修改工序表车间 工段显示
This commit is contained in:
parent
b5e9540454
commit
44ca42ce18
@ -327,8 +327,8 @@ const columns: DataTableColumns<BasicProcessPlan> = [
|
|||||||
return h(NTag,{type: opt ? 'success' : 'error', size: 'small'},{default: () => (opt ? '是' : '否')})
|
return h(NTag,{type: opt ? 'success' : 'error', size: 'small'},{default: () => (opt ? '是' : '否')})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ title: '工作中心', key: 'workCenterName' },
|
{ title: '工作中心', key: 'sectionName' },
|
||||||
{ title: '生产车间', key: 'departmentName' },
|
{ title: '生产车间', key: 'workShopName' },
|
||||||
{ title: '工序说明', key: 'operDescription' },
|
{ title: '工序说明', key: 'operDescription' },
|
||||||
{ title: '状态', key: 'status',
|
{ title: '状态', key: 'status',
|
||||||
render(row){
|
render(row){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user