Browse Source

排程添加历史记录

qinhb 1 năm trước cách đây
mục cha
commit
58991ebb74
1 tập tin đã thay đổi với 10 bổ sung1 xóa
  1. 10 1
      src/views/plan/schedule/index.vue

+ 10 - 1
src/views/plan/schedule/index.vue

@@ -107,6 +107,7 @@ option.value = Object.assign(option.value, {
       label: "工单编码",
       prop: "workOrderCode",
       search: true,
+      width: 125,
     },
 
     {
@@ -132,12 +133,20 @@ option.value = Object.assign(option.value, {
       label: "工序名称",
       prop: "operationName",
     },
-
+    {
+      label: "排序",
+      prop: "operationSort",
+      formatter: (val) => {
+        return val.operationSort + 1;
+      },
+      width: 60,
+    },
     {
       label: "状态",
       prop: "state",
       type: "select",
       search: true,
+      width: 80,
       dicUrl:
         dictDataUtil.request_url + dictDataUtil.TYPE_CODE.station_task_state,
       props: {