From c4b9a339caff12e95f61c3d5dc950aafcc8c566c Mon Sep 17 00:00:00 2001 From: guoyujie <guoyujie@ng.com> Date: 星期五, 06 六月 2025 16:03:40 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override --- north-glass-erp/northglass-erp/src/views/pp/report/TeamOutput.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/north-glass-erp/northglass-erp/src/views/pp/report/TeamOutput.vue b/north-glass-erp/northglass-erp/src/views/pp/report/TeamOutput.vue index c14b0d7..fd8a244 100644 --- a/north-glass-erp/northglass-erp/src/views/pp/report/TeamOutput.vue +++ b/north-glass-erp/northglass-erp/src/views/pp/report/TeamOutput.vue @@ -299,7 +299,7 @@ {field: 'height', width: 90, title: t('order.height')}, {field: 'mmTotal', width: 90, title: t('order.totalThickness')}, { - field: 'processId', width: 140, title: t('machine.basicName'),filters:[{ data: '' }],slots: { filter: 'num1_filter' } + field: 'deviceName', width: 140, title: t('machine.basicName'),filters:[{ data: '' }],slots: { filter: 'num1_filter' } }, {field: 'workProcessName', width: 120, title: t('report.workProcessName')}, {field: 'edgingType', width: 110, title: t('order.edgingType'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, -- Gitblit v1.8.0