lxh 1 éve
szülő
commit
52b7869ae7
1 módosított fájl, 2 hozzáadás és 2 törlés
  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>