|
|
|
@ -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 |
|
|
|
} |
|
|
|
} |