From 50cbd17acf589290802f495139044f47827594b6 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 19 Jan 2026 08:55:17 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A[=E8=B5=84=E6=BA=90=E5=BA=93?= =?UTF-8?q?=E7=AE=A1=E7=90=86]=E7=BB=99=E8=8D=AF=E5=88=B6=E5=89=82?= =?UTF-8?q?=EF=BC=8C=E9=BA=BB=E7=B2=BE=E8=8D=AF=EF=BC=8C=E5=8F=B0=E8=B4=A6?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A1=A8=E5=8D=95=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en/business/resource/gyzj.js | 3 ++- src/lang/en/business/resource/mjy.js | 3 ++- src/lang/en/business/study/studyFormApply.js | 2 +- src/lang/en/business/study/studyFormFill.js | 2 +- src/lang/en/business/study/studyFormPlan.js | 2 +- src/lang/en/business/study/studyFormPre.js | 2 +- src/lang/zh/business/resource/gyzj.js | 3 ++- src/lang/zh/business/resource/mjy.js | 3 ++- src/views/business/resource/gyzj/comps/gyzj/Xq.vue | 2 ++ src/views/business/resource/mjy/comps/mjy/Xq.vue | 2 ++ 10 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/lang/en/business/resource/gyzj.js b/src/lang/en/business/resource/gyzj.js index 88cc967..b64394f 100644 --- a/src/lang/en/business/resource/gyzj.js +++ b/src/lang/en/business/resource/gyzj.js @@ -124,5 +124,6 @@ export default { sdffjl: '锁定发放记录', quchu: 'Take Out', cunchu: 'Storage', - sfcc:'是否存储' + sfcc:'是否存储', + bdmc:'Preset Name' } diff --git a/src/lang/en/business/resource/mjy.js b/src/lang/en/business/resource/mjy.js index 7ee9419..f862b75 100644 --- a/src/lang/en/business/resource/mjy.js +++ b/src/lang/en/business/resource/mjy.js @@ -125,5 +125,6 @@ export default { sdffjl:'锁定发放记录', quchu: 'Take Out', cunchu: 'Storage', - sfcc:'是否存储' + sfcc:'是否存储', + bdmc:'Preset Name' } diff --git a/src/lang/en/business/study/studyFormApply.js b/src/lang/en/business/study/studyFormApply.js index 7e88bb9..97060cb 100644 --- a/src/lang/en/business/study/studyFormApply.js +++ b/src/lang/en/business/study/studyFormApply.js @@ -10,7 +10,7 @@ export default { qrfz: 'Confirm', gc: 'View', bdsm: 'Description', - zc: 'Save', + zc: 'Save for Later', next: 'Next', pre: 'Pre', save: 'Save', diff --git a/src/lang/en/business/study/studyFormFill.js b/src/lang/en/business/study/studyFormFill.js index 06394ce..7270082 100644 --- a/src/lang/en/business/study/studyFormFill.js +++ b/src/lang/en/business/study/studyFormFill.js @@ -18,7 +18,7 @@ export default { qrfz: 'Confirm', gc: 'View', bdsm: 'Description', - zc: 'Save', + zc: 'Save for Later', next: 'Next', pre: 'Pre', save: 'Save', diff --git a/src/lang/en/business/study/studyFormPlan.js b/src/lang/en/business/study/studyFormPlan.js index 6f25798..a7e2efd 100644 --- a/src/lang/en/business/study/studyFormPlan.js +++ b/src/lang/en/business/study/studyFormPlan.js @@ -7,7 +7,7 @@ export default { sy: 'Review', gc: 'View', bdsm: 'Description', - zc: 'Save', + zc: 'Save for Later', next: 'Next', pre: 'Pre', save: 'Save', diff --git a/src/lang/en/business/study/studyFormPre.js b/src/lang/en/business/study/studyFormPre.js index bbbbc4b..64733e0 100644 --- a/src/lang/en/business/study/studyFormPre.js +++ b/src/lang/en/business/study/studyFormPre.js @@ -2,7 +2,7 @@ export default { jcsz: 'Setup', bdsj: 'Preset Design', xzbd: 'Create', - zc: 'Save', + zc: 'Save for Later', next: 'Next', pre: 'Pre', save: 'Save', diff --git a/src/lang/zh/business/resource/gyzj.js b/src/lang/zh/business/resource/gyzj.js index 510ad18..deeba34 100644 --- a/src/lang/zh/business/resource/gyzj.js +++ b/src/lang/zh/business/resource/gyzj.js @@ -124,5 +124,6 @@ export default { sdffjl: '锁定发放记录', quchu: '取出', cunchu: '存储', - sfcc:'是否存储' + sfcc:'是否存储', + bdmc:'表单名称' } diff --git a/src/lang/zh/business/resource/mjy.js b/src/lang/zh/business/resource/mjy.js index ea7f3b8..8e0b300 100644 --- a/src/lang/zh/business/resource/mjy.js +++ b/src/lang/zh/business/resource/mjy.js @@ -126,5 +126,6 @@ export default { sdffjl:'锁定发放记录', quchu: '取出', cunchu: '存储', - sfcc:'是否存储' + sfcc:'是否存储', + bdmc:'表单名称' } diff --git a/src/views/business/resource/gyzj/comps/gyzj/Xq.vue b/src/views/business/resource/gyzj/comps/gyzj/Xq.vue index 5cac898..3267095 100644 --- a/src/views/business/resource/gyzj/comps/gyzj/Xq.vue +++ b/src/views/business/resource/gyzj/comps/gyzj/Xq.vue @@ -132,6 +132,8 @@ +