From 01425e074a973fef15b18599ec249c9445014e96 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 25 Dec 2024 17:27:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=B9=E9=87=8F=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=96=87=E4=BB=B6=E5=88=97=E8=A1=A8=E5=88=A0?= =?UTF-8?q?=E6=8E=89=20=E6=96=87=E4=BB=B6=E7=B1=BB=E5=9E=8B=20=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugin/components/upload/multiple-upload.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/plugin/components/upload/multiple-upload.vue b/src/plugin/components/upload/multiple-upload.vue index b0f90348..f8b48cdb 100644 --- a/src/plugin/components/upload/multiple-upload.vue +++ b/src/plugin/components/upload/multiple-upload.vue @@ -185,11 +185,6 @@ export default class MultipleUploadDialog extends Vue { return {(value / 1024 / 1024).toFixed(3) + 'M'}; } }, - { - prop: 'file.type', - width: 120, - label: this.$t('bean.fileType'), - }, { prop: 'result.url', width: 120,