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