lxh 1 anno fa
parent
commit
52b7869ae7
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/vent/performance/fileDetail/index.vue

+ 2 - 2
src/views/vent/performance/fileDetail/index.vue

@@ -49,9 +49,9 @@
           <JDictSelectTag v-model:value="formState.fileType" placeholder="请选择文件类型" dictCode="file_type"
             style="width: 500px;" />
         </a-form-item>
-        <a-form-item label="文件类型">
+        <a-form-item label="文件上传">
           <a-upload :before-upload="beforeUpload" @remove="handleRemove" :multiple="false" :file-list="fileList">
-            <a-button type="primary" preIcon="ant-design:cloud-upload-outlined">文件上传</a-button>
+            <a-button type="primary" preIcon="ant-design:cloud-upload-outlined">选择文件</a-button>
           </a-upload>
         </a-form-item>
       </a-form>