diff --git a/src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts b/src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts index abb9a9833..1994190d0 100644 --- a/src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts +++ b/src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts @@ -118,15 +118,7 @@ export const ProductionMain = useCrudSchemas(reactive([ } } }, - { - label: '机台', - field: 'abc', - sort: 'custom', - table: { - width: 150 - }, - isForm: true - }, + { label: '生产线', field: 'productionLine', @@ -308,15 +300,15 @@ export const ProductionMain = useCrudSchemas(reactive([ isForm: false, }, - { - label: '备注', - field: 'remark', - sort: 'custom', - table: { - width: 150 - }, - isTable: false, - }, + // { + // label: '备注', + // field: 'remark', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTable: false, + // }, { label: '是否可用', field: 'available',