diff --git a/src/views/productManagement/workorder.vue b/src/views/productManagement/workorder.vue index 3394a24..fef9723 100644 --- a/src/views/productManagement/workorder.vue +++ b/src/views/productManagement/workorder.vue @@ -49,8 +49,6 @@ 成品零件号 优先级 1-100 颜色 - 是否已排产 - 是否已生产 工单顺序 操作 @@ -84,19 +82,27 @@ {{ item.actualnumber }} {{ item.priority }} {{ item.color }} - {{ item.isarrange }} - {{ item.isproduction }} + {{ item.order }} -