diff --git a/src/lang/en.js b/src/lang/en.js index 95b1c92..c84bee1 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -30,7 +30,9 @@ import ada from './en/template/ada' //毒理模板 import dl from './en/template/dl' //细胞模板 -import xb from './zh/template/xb' +import xb from './en/template/xb' +//动技模板 +import dj from './en/template/dj' // 试验管理 import study from './en/business/study/study' @@ -208,5 +210,6 @@ export default { ada: ada, dl: dl, xb: xb, + dj: dj, } } diff --git a/src/lang/en/template/dj.js b/src/lang/en/template/dj.js new file mode 100644 index 0000000..c5a1c00 --- /dev/null +++ b/src/lang/en/template/dj.js @@ -0,0 +1,7 @@ +//动技 +export default { + dj001: { + syts: '试验天数', + }, + +} diff --git a/src/lang/zh.js b/src/lang/zh.js index fe0b989..49bc816 100644 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -31,6 +31,8 @@ import ada from './zh/template/ada' import dl from './zh/template/dl' //细胞模板 import xb from './zh/template/xb' +//动技模板 +import dj from './zh/template/dj' // 试验管理 import study from './zh/business/study/study' @@ -204,5 +206,6 @@ export default { ada: ada, dl: dl, xb: xb, + dj: dj, } } diff --git a/src/lang/zh/template/dj.js b/src/lang/zh/template/dj.js new file mode 100644 index 0000000..c5a1c00 --- /dev/null +++ b/src/lang/zh/template/dj.js @@ -0,0 +1,7 @@ +//动技 +export default { + dj001: { + syts: '试验天数', + }, + +} diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index 1ed5232..5fe2ba9 100644 --- a/src/views/business/comps/template/TemplateTable.vue +++ b/src/views/business/comps/template/TemplateTable.vue @@ -78,6 +78,9 @@ import YP005 from "./comps/yp/YP005.vue"; //细胞 import XB001 from "./comps/xb/XB001.vue"; +//动技 +import DJ001 from "./comps/dj/DJ001.vue"; + //毒理 // DL001-SYWZPZJHB // DL002-使用SP001 @@ -145,7 +148,10 @@ export default { DL022, DL023, DL024, - XB001,//细胞 + //细胞 + XB001, + //动技 + DJ001, }, data() { return { @@ -250,8 +256,10 @@ export default { 'YP003': 'YP003', 'YP004': 'YP004', 'YP005': 'YP005', - //细胞 + //细胞 'XB001': 'XB001', + //动技 + 'DJ001': 'DJ001', //毒理 //DL001-SYWZPZJHB 'DL002': 'SP001', diff --git a/src/views/business/comps/template/comps/dj/DJ001.vue b/src/views/business/comps/template/comps/dj/DJ001.vue new file mode 100644 index 0000000..30c6f85 --- /dev/null +++ b/src/views/business/comps/template/comps/dj/DJ001.vue @@ -0,0 +1,165 @@ + + + + + \ No newline at end of file diff --git a/src/views/business/comps/template/comps/xb/XB001.vue b/src/views/business/comps/template/comps/xb/XB001.vue index d1ccc09..530b115 100644 --- a/src/views/business/comps/template/comps/xb/XB001.vue +++ b/src/views/business/comps/template/comps/xb/XB001.vue @@ -13,7 +13,7 @@ - +
第1步:准备分析批: