From 18310b529183ea3935e8d1439ef74ed8fad77006 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 15 Jan 2026 16:49:48 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=E7=AD=BE=E5=90=8D=E4=BF=A1=E6=81=AF=E4=B8=AD?= =?UTF-8?q?=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en/business/study/studyEnter.js | 4 ++-- src/lang/en/business/study/studyFormApply.js | 4 ++-- src/lang/en/business/study/studyFormFill.js | 4 ++-- src/lang/en/business/study/studyFormPlan.js | 6 +++--- src/lang/en/business/study/studyFormPre.js | 4 ++-- src/views/business/form/drug/comp/ytbdList.vue | 12 +++++++----- src/views/business/form/nonTrial/comp/ytbdList.vue | 12 +++++++----- src/views/business/study/comp/jhbd/Xq.vue | 12 ++++++------ src/views/business/study/comp/sqbd/Xq.vue | 12 ++++++------ src/views/business/study/comp/syxx.vue | 2 +- src/views/business/study/comp/tbbd/Xq.vue | 12 ++++++------ src/views/business/study/comp/ytbd/Xq.vue | 4 ++-- src/views/business/study/comp/ytbdList.vue | 2 +- 13 files changed, 47 insertions(+), 43 deletions(-) diff --git a/src/lang/en/business/study/studyEnter.js b/src/lang/en/business/study/studyEnter.js index 096b1ec..af0a1bd 100644 --- a/src/lang/en/business/study/studyEnter.js +++ b/src/lang/en/business/study/studyEnter.js @@ -20,8 +20,8 @@ export default { sjlb: '试剂列表', gsplb: '供试品列表', - gyzjlb: '给药制剂列表', - mjylb: '麻精药列表', + gyzjlb: 'DosageManage', + mjylb: 'DrugManage', xblb: '细胞列表', xjlb: '细菌列表' } diff --git a/src/lang/en/business/study/studyFormApply.js b/src/lang/en/business/study/studyFormApply.js index 6c398f6..76fb1c8 100644 --- a/src/lang/en/business/study/studyFormApply.js +++ b/src/lang/en/business/study/studyFormApply.js @@ -1,6 +1,6 @@ export default { jcsz: 'Setup', - bdtb: '表单填报', + bdtb: 'Data Record', xzbd: 'Create', fh: 'QC', jq: 'Sign', @@ -16,7 +16,7 @@ export default { save: 'Save', submit: 'Submit', bdnr: '表单内容', - qmxx: '签名信息', + qmxx: 'Signature information', qmr: 'Signed By', qmyy: 'Purpose', qmsj: 'Date', diff --git a/src/lang/en/business/study/studyFormFill.js b/src/lang/en/business/study/studyFormFill.js index 45c0d0d..ea619f8 100644 --- a/src/lang/en/business/study/studyFormFill.js +++ b/src/lang/en/business/study/studyFormFill.js @@ -8,7 +8,7 @@ export default { tjcc: 'Add Input for Storage', yltj: 'Summary of Usage', jcsz: 'Setup', - bdtb: 'Preset Fill', + bdtb: 'Data Record', xzbd: 'Create', fh: 'QC', jq: 'Sign', @@ -24,7 +24,7 @@ export default { save: 'Save', submit: 'Submit', bdnr: '表单内容', - qmxx: '签名信息', + qmxx: 'Signature information', qmr: 'Signed By', qmyy: 'Purpose', qmsj: 'Date', diff --git a/src/lang/en/business/study/studyFormPlan.js b/src/lang/en/business/study/studyFormPlan.js index 8529a44..24ba7d3 100644 --- a/src/lang/en/business/study/studyFormPlan.js +++ b/src/lang/en/business/study/studyFormPlan.js @@ -1,6 +1,6 @@ export default { jcsz: 'Setup', - bdtb: '表单填报', + bdtb: 'Data Record', xzbd: 'Create', fh: 'QC', ghgsr: 'Change Owner', @@ -13,7 +13,7 @@ export default { save: 'Save', submit: 'Submit', bdnr: '表单内容', - qmxx: '签名信息', + qmxx: 'Signature information', qmr: 'Signed By', qmyy: 'Purpose', qmsj: 'Date', @@ -48,7 +48,7 @@ export default { syfzr: 'Study Director', cjsj: 'Creation Date', sdsy: 'Lock Study', - syjj: '试验简介', + syjj: 'Study Description', xz: 'Create', syxkxx: 'Discipline', ysy: '已审阅' diff --git a/src/lang/en/business/study/studyFormPre.js b/src/lang/en/business/study/studyFormPre.js index 3e98fc9..54930b3 100644 --- a/src/lang/en/business/study/studyFormPre.js +++ b/src/lang/en/business/study/studyFormPre.js @@ -17,7 +17,7 @@ export default { shjj: '审核拒绝', tb: '填报', bdnr: '表单内容', - qmxx: '签名信息', + qmxx: 'Signature information', qmr: 'Signed By', qmyy: 'Purpose', qmsj: 'Date', @@ -25,7 +25,7 @@ export default { jcgj: 'Track Record', cjjl: 'Create', xjbd: 'Create', - fzbdxz: '复制表单选择', + fzbdxz: 'Copy Existing Preset', sssyfsy: 'From Study/Non-study', fzbd: 'Copy Preset', fzbj: 'Copy and Edit', diff --git a/src/views/business/form/drug/comp/ytbdList.vue b/src/views/business/form/drug/comp/ytbdList.vue index 01708ac..494972e 100644 --- a/src/views/business/form/drug/comp/ytbdList.vue +++ b/src/views/business/form/drug/comp/ytbdList.vue @@ -121,12 +121,13 @@ - 创建新表单 + {{ + $t('page.business.study.studyFormPre.cjxbd') }} 复制已有表单 + icon="el-icon-document-copy">{{ + $t('page.business.study.studyFormPre.fzyybd') }} @@ -134,7 +135,7 @@ - + @@ -152,7 +153,8 @@ - 预览 + {{ + $t('page.business.study.studyFormPre.yulan') }} diff --git a/src/views/business/form/nonTrial/comp/ytbdList.vue b/src/views/business/form/nonTrial/comp/ytbdList.vue index bbe9f9a..447b16d 100644 --- a/src/views/business/form/nonTrial/comp/ytbdList.vue +++ b/src/views/business/form/nonTrial/comp/ytbdList.vue @@ -122,12 +122,13 @@ - 创建新表单 + {{ + $t('page.business.study.studyFormPre.cjxbd') }} 复制已有表单 + icon="el-icon-document-copy">{{ + $t('page.business.study.studyFormPre.fzyybd') }} @@ -135,7 +136,7 @@ - + @@ -153,7 +154,8 @@ - 预览 + {{ + $t('page.business.study.studyFormPre.yulan') }} diff --git a/src/views/business/study/comp/jhbd/Xq.vue b/src/views/business/study/comp/jhbd/Xq.vue index 880d965..8c31f11 100644 --- a/src/views/business/study/comp/jhbd/Xq.vue +++ b/src/views/business/study/comp/jhbd/Xq.vue @@ -26,7 +26,7 @@ {{ $t('page.business.study.studyFormPlan.dcbhsjgj') }} - +
{{ $t('page.business.study.studyFormPlan.qmxx') }}
@@ -35,8 +35,8 @@ - +
{{ $t('page.business.study.studyFormPlan.jcgj') }}
- + @@ -64,7 +64,7 @@