@ -118,15 +118,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
}
},
{
label: '机台',
field: 'abc',
sort: 'custom',
table: {
width: 150
isForm: true
label: '生产线',
field: 'productionLine',
@ -308,15 +300,15 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false,
label: '备注',
field: 'remark',
isTable: false,
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: false,
label: '是否可用',
field: 'available',