diff --git a/src/lang/en/template/dl.js b/src/lang/en/template/dl.js index 02f6b01..737a6ed 100644 --- a/src/lang/en/template/dl.js +++ b/src/lang/en/template/dl.js @@ -30,6 +30,21 @@ const common = { export default { dl001: {}, common, + dl003: { + ...common, + pytj: '培养条件', + jzkssj: '接种开始时间', + jzjssj: '接种结束时间', + fssygbh: '复苏水浴锅编号', + pyx: '培养箱', + fstj: '复苏条件', + jzjzhbh: '菌种接种后编号', + jzlybh: '菌种来源编号', + rtbh: '肉汤编号', + jzjrtj: '菌种加入体积', + ksButton: 'Start', + jsButton: 'End' + }, dl007: { ...common, czxx: 'Operation Information', diff --git a/src/lang/zh/template/dl.js b/src/lang/zh/template/dl.js index e55c0bd..9080f31 100644 --- a/src/lang/zh/template/dl.js +++ b/src/lang/zh/template/dl.js @@ -30,6 +30,22 @@ const common = { export default { dl001: {}, common, + dl003: { + ...common, + pytj: '培养条件', + jzkssj: '接种开始时间', + jzjssj: '接种结束时间', + fssygbh: '复苏水浴锅编号', + pyx: '培养箱', + fstj: '复苏条件', + frswd: '放入时温度', + jzjzhbh: '菌种接种后编号', + jzlybh: '菌种来源编号', + rtbh: '肉汤编号', + jzjrtj: '菌种加入体积', + ksButton: '开始', + jsButton: '结束' + }, dl007: { ...common, czxx: '操作信息', diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index 5fe2ba9..fed2e9b 100644 --- a/src/views/business/comps/template/TemplateTable.vue +++ b/src/views/business/comps/template/TemplateTable.vue @@ -84,6 +84,7 @@ import DJ001 from "./comps/dj/DJ001.vue"; //毒理 // DL001-SYWZPZJHB // DL002-使用SP001 +import DL003 from './comps/dl/DL003.vue' import DL007 from './comps/dl/DL007.vue' import DL008 from './comps/dl/DL008.vue' import DL009 from './comps/dl/DL009.vue' @@ -130,6 +131,7 @@ export default { YP004, YP005, // 毒理 + DL003, DL007, DL008, DL009, @@ -263,6 +265,7 @@ export default { //毒理 //DL001-SYWZPZJHB 'DL002': 'SP001', + 'DL003': 'DL003', 'DL007': 'DL007', 'DL008': 'DL008', 'DL009': 'DL009', diff --git a/src/views/business/comps/template/comps/dj/DJ001.vue b/src/views/business/comps/template/comps/dj/DJ001.vue index 30c6f85..ffafc5e 100644 --- a/src/views/business/comps/template/comps/dj/DJ001.vue +++ b/src/views/business/comps/template/comps/dj/DJ001.vue @@ -1,4 +1,4 @@ - +