src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts
@@ -55,7 +55,7 @@ sorter: true, resizable: true, customRender: ({ record }) => { const status = record.STATUS; const status = record.ROUTE_STATUS; let text = ''; let color = ''; switch (status) { @@ -120,6 +120,12 @@ } return h(Tooltip, { title: text }, () => h(Tag, { color: color }, () => text)); }, }, { title: '计划数量', dataIndex: 'PLAN_QTY', sorter: true, resizable: true, }, { title: '工艺路线编码', @@ -340,6 +346,12 @@ }, }, { field: 'PLAN_QTY', label: '计划数量', component: 'Input', show: true, }, { field: 'STATUS', label: '状态', component: 'Input',