From 49e47512d9d2a35828772f265d0fbbf91b94dd95 Mon Sep 17 00:00:00 2001 From: hwj Date: Fri, 5 Jun 2026 09:45:42 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E6=A8=A1=E5=85=B7=E7=BB=84-?= =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81/=E6=93=8D=E4=BD=9C=E6=A0=8F?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.ts | 17 +++++- src/locales/zh-CN.ts | 15 ++++- src/views/erp/mold/index.vue | 115 +++++++++++++++++++++++++++++------ 3 files changed, 127 insertions(+), 20 deletions(-) diff --git a/src/locales/en.ts b/src/locales/en.ts index 97df99a4..5d87b98b 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -2516,10 +2516,23 @@ export default { uninstallDown: 'Down Mold', noRecords: 'No operation records', qrcodeDialogTitle: 'Mold QR Code', + qrcodeTitle: 'Mold QR Code', qrcodePrintTitle: '{name} Code Print Preview', qrcodeEmpty: 'No QR code', qrcodeLoadError: 'QR code load failed', - qrcodeRefreshConfirm: 'Confirm to refresh this mold QR code?' + qrcodeRefreshConfirm: 'Confirm to refresh this mold QR code?', + // 维护操作 + maintain: 'Maintain', + maintainType: 'Maintain Type', + placeholderMaintainType: 'Please select maintain type', + maintainTypeInspect: 'Inspect', + maintainTypeMaintain: 'Maintain', + maintainTypeRepair: 'Repair', + maintainTypeReplaceNet: 'Replace Net', + replaceNetRemark: 'Remark', + placeholderReplaceNetRemark: 'Please input remark', + moldInfo: 'Mold Info', + maintainInfo: 'Maintain Info' }, MoldBrandDetail: { @@ -5044,4 +5057,6 @@ export default { empty: 'Please configure energy types first', exportSuccess: 'Export started' } +} + } } diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index d3f6383f..a9d5f36b 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -2016,10 +2016,23 @@ export default { uninstallDown: '下模', noRecords: '暂无操作记录', qrcodeDialogTitle: '模具二维码', + qrcodeTitle: '模具二维码', qrcodePrintTitle: '{name}码打印预览', qrcodeEmpty: '暂无二维码', qrcodeLoadError: '二维码加载失败', - qrcodeRefreshConfirm: '确认刷新该模具二维码吗?' + qrcodeRefreshConfirm: '确认刷新该模具二维码吗?', + // 维护操作 + maintain: '维护', + maintainType: '维护类型', + placeholderMaintainType: '请选择维护类型', + maintainTypeInspect: '点检', + maintainTypeMaintain: '保养', + maintainTypeRepair: '维修', + maintainTypeReplaceNet: '更换压网', + replaceNetRemark: '备注', + placeholderReplaceNetRemark: '请输入备注', + moldInfo: '模具信息', + maintainInfo: '维护信息' }, MoldBrandDetail: { diff --git a/src/views/erp/mold/index.vue b/src/views/erp/mold/index.vue index f20c11cc..ff774b2c 100644 --- a/src/views/erp/mold/index.vue +++ b/src/views/erp/mold/index.vue @@ -1,7 +1,7 @@