From 9361794f437ed3e8348fabbd8a7259aa97edacc6 Mon Sep 17 00:00:00 2001 From: hwj Date: Mon, 20 Apr 2026 17:34:33 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E4=BA=A7=E5=93=81=E7=89=A9?= =?UTF-8?q?=E6=96=99=E4=BF=A1=E6=81=AF-=E8=AE=BE=E5=A4=87-=E6=89=80?= =?UTF-8?q?=E5=B1=9E=E8=BD=A6=E9=97=B4=E5=AD=97=E6=AE=B5=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/erp/product/product/ProductForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/erp/product/product/ProductForm.vue b/src/views/erp/product/product/ProductForm.vue index e2b875ae..2377a44b 100644 --- a/src/views/erp/product/product/ProductForm.vue +++ b/src/views/erp/product/product/ProductForm.vue @@ -340,7 +340,7 @@ const deviceColumns = [ { label: '设备编号', prop: 'deviceCode', minWidth: 140 }, { label: '设备名称', prop: 'deviceName', minWidth: 160 }, { label: '设备型号', prop: 'deviceModel', minWidth: 140 }, - { label: '所属车间', prop: 'workshop', minWidth: 140 } + { label: '所属车间', prop: 'workshopName', minWidth: 140 } ] const moldColumns = [ { label: '模具编码', prop: 'code', minWidth: 140 },