Browse Source

feat: [模板管理] 毒理的中英文翻译

lkf
memorylkf 1 month ago
parent
commit
a0a7fa3755
4 changed files with 16 additions and 2 deletions
  1. +4
    -1
      src/lang/en.js
  2. +4
    -0
      src/lang/en/template/dl.js
  3. +4
    -1
      src/lang/zh.js
  4. +4
    -0
      src/lang/zh/template/dl.js

+ 4
- 1
src/lang/en.js View File

@ -27,6 +27,8 @@ import lba from './en/template/lba'
import yp from './en/template/yp'
//ADA模板
import ada from './en/template/ada'
//毒理模板
import dl from './en/template/dl'
// 试验管理
import study from './en/business/study/study'
@ -199,6 +201,7 @@ export default {
pcr: pcr,
lba: lba,
yp: yp,
ada: ada
ada: ada,
dl: dl
}
}

+ 4
- 0
src/lang/en/template/dl.js View File

@ -0,0 +1,4 @@
//毒理
export default {
dl001: {}
}

+ 4
- 1
src/lang/zh.js View File

@ -27,6 +27,8 @@ import lba from './zh/template/lba'
import yp from './zh/template/yp'
//ADA模板
import ada from './zh/template/ada'
//毒理模板
import dl from './zh/template/dl'
// 试验管理
import study from './zh/business/study/study'
@ -194,6 +196,7 @@ export default {
pcr: pcr,
lba: lba,
yp: yp,
ada: ada
ada: ada,
dl: dl
}
}

+ 4
- 0
src/lang/zh/template/dl.js View File

@ -0,0 +1,4 @@
//毒理
export default {
dl001: {}
}

Loading…
Cancel
Save