From feb198ae00edbe75c1195fdbb337d5bc4f37fd07 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?ZHANGTENG=5C=E5=BC=A0=E8=85=BE?= <894697943@qq.com>
Date: Wed, 4 Mar 2026 09:47:15 +0800
Subject: [PATCH 1/2] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?=
=?UTF-8?q?dj001-=E5=BE=85=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 | 5 +-
src/lang/en/template/dj.js | 7 +
src/lang/zh.js | 3 +
src/lang/zh/template/dj.js | 7 +
.../business/comps/template/TemplateTable.vue | 12 +-
.../business/comps/template/comps/dj/DJ001.vue | 165 +++++++++++++++++++++
.../business/comps/template/comps/xb/XB001.vue | 2 +-
7 files changed, 197 insertions(+), 4 deletions(-)
create mode 100644 src/lang/en/template/dj.js
create mode 100644 src/lang/zh/template/dj.js
create mode 100644 src/views/business/comps/template/comps/dj/DJ001.vue
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 @@
+
+
+
{{ formData.bdmc }}
{{ formData.bdmc
+ }}
+