From d14af95077ec675c999b6c190977c19f7ebd1e1d Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 1 Jul 2024 11:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=AE=A1=E5=88=92-=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=9C=BA=E5=8F=B0=E5=92=8C=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionMain/productionMain.data.ts | 28 +++++++------------ 1 file changed, 10 insertions(+), 18 deletions(-) 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',