Browse Source

修改bug

QuKatie 3 years ago
parent
commit
a09ed2f855

+ 3 - 0
src/views/salaryManagement/primarySchool/index.vue

@@ -29,6 +29,9 @@
             >复制新单</el-button
           >
         </template>
+        <template slot-scope="{ row }" slot="createUser">
+          <span>{{ row.createUserName }}</span>
+        </template>
         <template slot-scope="{ row }" slot="updateUser">
           <span>{{ row.updateUserName }}</span>
         </template>

+ 8 - 8
src/views/statisticAnalysis/salaryInquiry/js/optionList.js

@@ -58,9 +58,11 @@ export const option = {
       "index": 5
     },
     {
-      "label": "身份证号",
-      "prop": "idNumber",
-      "width": 140,
+      "label": "日期",
+      "prop": "createTime",
+      "width": 80,
+      "hide": true,
+      "showColumn": false,
       "search": true,
       "overHidden": true,
       "span": 4,
@@ -84,11 +86,9 @@ export const option = {
       "index": 7
     },
     {
-      "label": "日期",
-      "prop": "createTime",
-      "width": 80,
-      "hide": true,
-      "showColumn": false,
+      "label": "身份证号",
+      "prop": "idNumber",
+      "width": 140,
       "search": true,
       "overHidden": true,
       "span": 4,