From 39c4a13f5e9d06a680ad0d5c44d9db67663f28e5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Mon, 9 Sep 2024 15:47:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=8A=E4=BC=A0=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=EF=BC=88CN=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UploadTemplate/TemplateForm.vue | 140 ++++++++++++------ .../components/UploadTemplate/index.vue | 131 +++++++++------- 2 files changed, 174 insertions(+), 97 deletions(-) diff --git a/src/views/dictionary/attachment/components/UploadTemplate/TemplateForm.vue b/src/views/dictionary/attachment/components/UploadTemplate/TemplateForm.vue index b250a8bb..c0fb3afd 100644 --- a/src/views/dictionary/attachment/components/UploadTemplate/TemplateForm.vue +++ b/src/views/dictionary/attachment/components/UploadTemplate/TemplateForm.vue @@ -3,7 +3,7 @@ ref="sysTemplateFrom" v-loading="loading" :model="form" - label-width="90px" + label-width="140px" size="small" :rules="rules" class="upload-temporary-file" @@ -15,7 +15,7 @@ @@ -44,12 +44,14 @@ :on-exceed="handleExceed" :disabled="!form.FileTypeEnum || !form.BusinessScenarioEnum" > - Select - Select + (must be in xlsx/xls/doc/docx format) @@ -58,37 +60,61 @@ + + + - {{item.label}} + {{ item.label }} -