From 9d94e841509bc5a93691f29a66fd66258a4293ac Mon Sep 17 00:00:00 2001 From: hwj Date: Tue, 23 Jun 2026 13:51:47 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E6=89=98=E7=9B=98=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E4=BA=A7=E5=93=81=E7=BC=96=E7=A0=81=E6=94=B9?= =?UTF-8?q?=E6=88=90=E4=BA=A7=E5=93=81=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.ts | 3 ++- src/locales/zh-CN.ts | 3 ++- src/views/erp/stock/pallet/index.vue | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/locales/en.ts b/src/locales/en.ts index 0f69abec..870dc2fa 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -1,4 +1,4 @@ -export default { +export default { common: { loading: 'Loading...', inputText: 'Please input', @@ -819,6 +819,7 @@ areaId: 'Area', planCode: 'Production Task No.', productId: 'Product ID', + productName: 'Product Name', productCount: 'Product Quantity', qrcode: 'QR Code', viewQrcode: 'View QR Code', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index b2e78f12..65dd7db1 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -1,4 +1,4 @@ -export default { +export default { common: { loading: '加载中...', inputText: '请输入', @@ -819,6 +819,7 @@ areaId: '所属库区', planCode: '生产任务单号', productId: '产品编号', + productName: '产品名称', productCount: '产品数量', qrcode: '二维码', viewQrcode: '查看二维码', diff --git a/src/views/erp/stock/pallet/index.vue b/src/views/erp/stock/pallet/index.vue index 65fa0ea1..e82ba818 100644 --- a/src/views/erp/stock/pallet/index.vue +++ b/src/views/erp/stock/pallet/index.vue @@ -86,7 +86,7 @@ {{ getAreaName(scope.row.areaId) }} - +