@@ -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>
@@ -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,