Browse Source

文字描述

zhengnaiwen_citu 6 months ago
parent
commit
fc3b250f45
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/salary/calculate/salaryCalculateUpload/index.vue

+ 2 - 2
src/views/salary/calculate/salaryCalculateUpload/index.vue

@@ -66,8 +66,8 @@ export default {
       headers: [
       headers: [
         { label: '月份', prop: 'month', width: 100 },
         { label: '月份', prop: 'month', width: 100 },
         { label: '业务线', prop: 'category' },
         { label: '业务线', prop: 'category' },
-        { label: '文件', prop: 'fileName' },
-        { label: '文件', prop: 'history' },
+        { label: '文件类型', prop: 'fileName' },
+        { label: '已上传文件', prop: 'history' },
         { label: '待上传文件', prop: 'file' },
         { label: '待上传文件', prop: 'file' },
         { label: '操作', prop: 'actions' }
         { label: '操作', prop: 'actions' }
       ],
       ],