mushencc 3 năm trước cách đây
mục cha
commit
48b56749f9
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      src/views/ProductionOrderList/Dispatchlist/list.vue

+ 5 - 5
src/views/ProductionOrderList/Dispatchlist/list.vue

@@ -85,7 +85,7 @@ export default {
           title: '派工结束时间', align: 'center', key: 'end_time', minWidth: 200,
           render: (h, params) => h('span', {}, this.func.replaceDate(params.row.end_time * 1, 1))
         },
-        { title: '派工人员', align: 'center', key: 'nickname', minWidth: 200 },
+        // { title: '派工人员', align: 'center', key: 'nickname', minWidth: 200 },
         {
           title: '预估工期', align: 'center', key: 'predict_time', minWidth: 200,
           render: (h, params) => h('span', `${(params.row.predict_time / 8).toFixed(1)}天`)
@@ -134,10 +134,10 @@ export default {
         },
         { title: '紧急程度', name: 'Select', serverName: 'warning_state', placeholder: '请选择', value: '', optionName: 'title', optionValue: 'id', option: this.warningList },
         { title: '项目名称', name: 'Input', serverName: 'residential_name', placeholder: '请输入项目名称', value: '' },
-        {
-          title: '派工人员', name: 'Select', serverName: 'user_id', placeholder: '请选择派工人员', optionName: 'nickname', optionValue: 'id', value: '',
-          option: this.userList
-        },
+        // {
+        //   title: '派工人员', name: 'Select', serverName: 'user_id', placeholder: '请选择派工人员', optionName: 'nickname', optionValue: 'id', value: '',
+        //   option: this.userList
+        // },
       ]
     }
   },