From a420674ed4f989692cb468f5a884e4393fd43a33 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 22 Dec 2025 16:50:06 +0800 Subject: [PATCH] =?UTF-8?q?2025-12-22=20=E6=8B=A3=E8=B4=A7=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E4=BB=BB=E5=8A=A1=E9=80=9A=E7=9F=A5=EF=BC=8C=E4=B8=BB?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=96=B0=E5=A2=9E=E5=92=8C=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=97=B6=E6=A0=B9=E6=8D=AE=E6=89=80=E9=80=89=E5=8D=95=E6=8D=AE?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=9D=A5=E6=98=BE=E7=A4=BA=E6=98=AF=E9=80=89?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E8=BF=98=E6=98=AF=E4=BE=9B=E5=BA=94=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/outboundNotification.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/qc/outboundNotification.vue b/src/views/modules/qc/outboundNotification.vue index 0933787..ce3674c 100644 --- a/src/views/modules/qc/outboundNotification.vue +++ b/src/views/modules/qc/outboundNotification.vue @@ -745,7 +745,7 @@ columnProp: 'customerId', headerAlign: "center", align: "left", - columnLabel: '客户编码', + columnLabel: '客户 / 供应商编码', columnHidden: false, columnImage: false, columnSortable: false, @@ -763,7 +763,7 @@ columnProp: 'customerName', headerAlign: "center", align: "left", - columnLabel: '客户名称', + columnLabel: '客户 / 供应商名称', columnHidden: false, columnImage: false, columnSortable: false,