guarantee-lsq il y a 1 an
Parent
commit
3861dcff77
1 fichiers modifiés avec 12 ajouts et 6 suppressions
  1. 12 6
      src/views/preparation/preparation/Preparation.vue

+ 12 - 6
src/views/preparation/preparation/Preparation.vue

@@ -132,10 +132,10 @@ export default {
           }
         },
         {
-          title: '申请人',
+          title: '任务名称',
           checked: true,
           width: '150',
-          dataIndex: 'userName'
+          dataIndex: 'name'
         },
         {
           title: '公司',
@@ -146,6 +146,12 @@ export default {
             return this.BaseTool.Object.getField(this.preparationMap, text)
           }
         },
+        {
+          title: '建筑物',
+          checked: true,
+          width: '150',
+          dataIndex: 'positionName'
+        },
         {
           title: '申请部门',
           checked: true,
@@ -153,13 +159,13 @@ export default {
           dataIndex: 'deptName'
         },
         {
-          title: '建筑物',
+          title: '申请人',
           checked: true,
           width: '150',
-          dataIndex: 'positionName'
+          dataIndex: 'userName'
         },
         {
-          title: '报修时间',
+          title: '申请时间',
           checked: true,
           width: '150',
           dataIndex: 'applyTime'
@@ -174,7 +180,7 @@ export default {
           title: '工单状态',
           checked: true,
           dataIndex: 'status',
-          width: 190,
+          width: 200,
           scopedSlots: { customRender: 'status' }
         },
         {