From 26b1bac2eda5814eeab50a3d6b0bce773daa7291 Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Wed, 7 Jan 2026 17:33:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E8=AF=95=E9=AA=8C=E6=96=B9=E6=B3=95]=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en.js | 7 ++++++- src/lang/en/business/study/studyMethod.js | 11 +++++++++++ src/lang/zh.js | 7 ++++++- src/lang/zh/business/study/studyMethod.js | 11 +++++++++++ src/views/business/study/comp/enter.vue | 6 ++++-- 5 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 src/lang/en/business/study/studyMethod.js create mode 100644 src/lang/zh/business/study/studyMethod.js diff --git a/src/lang/en.js b/src/lang/en.js index 4abd805..a4555db 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -27,6 +27,10 @@ import studyFormFill from './en/business/study/studyFormFill' import studyFormPlan from './en/business/study/studyFormPlan' //申请表单 import studyFormApply from './en/business/study/studyFormApply' +//饲养间 +import studyRoom from './en/business/study/studyRoom' +//试验方法 +import studyMethod from './en/business/study/studyMethod' //表单 import form from './en/business/form/form' @@ -144,7 +148,8 @@ export default { studyFormFill: studyFormFill, studyFormPlan: studyFormPlan, studyFormApply: studyFormApply, - + studyRoom: studyRoom, + studyMethod: studyMethod, nonTrial: nonTrial, drug: drug }, diff --git a/src/lang/en/business/study/studyMethod.js b/src/lang/en/business/study/studyMethod.js new file mode 100644 index 0000000..b5db348 --- /dev/null +++ b/src/lang/en/business/study/studyMethod.js @@ -0,0 +1,11 @@ +export default { + ffmc: '方法名称', + cjr: '创建人', + cjsj: '创建时间', + zt: '状态', + yuedu: '阅读', + daochu: '导出', + mc: '名称', + ff: '方法', + qmhz: '签名汇总' +} \ No newline at end of file diff --git a/src/lang/zh.js b/src/lang/zh.js index c70a6a8..95aa2f3 100644 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -27,6 +27,10 @@ import studyFormFill from './zh/business/study/studyFormFill' import studyFormPlan from './zh/business/study/studyFormPlan' //申请表单 import studyFormApply from './zh/business/study/studyFormApply' +//饲养间 +import studyRoom from './zh/business/study/studyRoom' +//试验方法 +import studyMethod from './zh/business/study/studyMethod' //表单 import form from './zh/business/form/form' @@ -140,7 +144,8 @@ export default { studyFormFill: studyFormFill, studyFormPlan: studyFormPlan, studyFormApply: studyFormApply, - + studyRoom: studyRoom, + studyMethod: studyMethod, nonTrial: nonTrial, drug: drug }, diff --git a/src/lang/zh/business/study/studyMethod.js b/src/lang/zh/business/study/studyMethod.js new file mode 100644 index 0000000..b5db348 --- /dev/null +++ b/src/lang/zh/business/study/studyMethod.js @@ -0,0 +1,11 @@ +export default { + ffmc: '方法名称', + cjr: '创建人', + cjsj: '创建时间', + zt: '状态', + yuedu: '阅读', + daochu: '导出', + mc: '名称', + ff: '方法', + qmhz: '签名汇总' +} \ No newline at end of file diff --git a/src/views/business/study/comp/enter.vue b/src/views/business/study/comp/enter.vue index af54ac1..2de28e7 100644 --- a/src/views/business/study/comp/enter.vue +++ b/src/views/business/study/comp/enter.vue @@ -14,6 +14,7 @@ + @@ -25,10 +26,11 @@ import tbbd from './tbbd.vue' import syxx from './syxx.vue' import syff from './syff.vue' import wzlb from './wzlb.vue' +import syj from './syj.vue' export default { name: 'StudyEnter', props: {}, - components: { ytbd, tbbd ,syxx,syff,wzlb}, + components: { ytbd, tbbd ,syxx,syff,wzlb, syj}, computed: {}, filters: {}, data() { @@ -47,7 +49,7 @@ export default { study: {}, } }, - created() { + created() { // let x = this.$route.params // let y = this.$route.query // debugger