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 }} -