From 22a2879200c5b9d52d43781a6a47b3577b17393a Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Sat, 28 Feb 2026 12:51:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E7=89=A9=E8=B5=84=E5=88=97=E8=A1=A8]?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en/template/commonTemplate.js | 2 +- src/lang/zh/template/commonTemplate.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/en/template/commonTemplate.js b/src/lang/en/template/commonTemplate.js index 08f96da..631b9c8 100644 --- a/src/lang/en/template/commonTemplate.js +++ b/src/lang/en/template/commonTemplate.js @@ -70,7 +70,7 @@ export default { reagentExpireDate: 'Expiration Date', // 物资信息列 - wzName: 'Name', + wzName: 'Name/Code', wzCode: 'Item Number', wzConcentration: 'Concentration', wzSource: 'Source', diff --git a/src/lang/zh/template/commonTemplate.js b/src/lang/zh/template/commonTemplate.js index 1fa0ae9..5c63563 100644 --- a/src/lang/zh/template/commonTemplate.js +++ b/src/lang/zh/template/commonTemplate.js @@ -71,7 +71,7 @@ export default { reagentExpireDate: '失效日', // 物资信息列 - wzName: '名称', + wzName: '名称/代号', wzCode: '编号', wzConcentration: '浓度', wzSource: '物资来源',