From 928848877b7491df00bb1e688e4e5b1e0833307c Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Mon, 11 Aug 2025 14:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/upload/components/upload.vue | 928 +++++++++-------------- 1 file changed, 357 insertions(+), 571 deletions(-) diff --git a/src/plugins/upload/components/upload.vue b/src/plugins/upload/components/upload.vue index 5e58a93..e815b43 100644 --- a/src/plugins/upload/components/upload.vue +++ b/src/plugins/upload/components/upload.vue @@ -1,642 +1,428 @@ - - - - - - - {{ text }} - - + + {{ $t('导入') }} + + + + + + + {{ tips }} + {{ + $t('下载模版') + }} - - - - - - - - - - - + - - - + :auto-upload="false" + :before-upload="onUpload" + :size="[220, '100%']" + /> + + + - - + + + {{ $t('重新上传') }} + + {{ $t('批量删除') }} + + + + + { + row._edit = true; + } + " + > + + + + + + + {{ scope.row[item] }} + + + + + + + + + + - - - - - - - - - + {{ $t('删除') }} + + + + + + + + + + + +