|
|
|
@ -21,6 +21,8 @@ import sp from './en/template/sp' |
|
|
|
import gspmb from './en/template/gsp' |
|
|
|
//PCR模板
|
|
|
|
import pcr from './en/template/pcr' |
|
|
|
//LBA模板
|
|
|
|
import lba from './en/template/lba' |
|
|
|
// 试验管理
|
|
|
|
import study from './en/business/study/study' |
|
|
|
import studyEnter from './en/business/study/studyEnter' |
|
|
|
@ -189,6 +191,7 @@ export default { |
|
|
|
common: commonTemplate, |
|
|
|
sp: sp, |
|
|
|
gsp: gspmb, |
|
|
|
pcr: pcr |
|
|
|
pcr: pcr, |
|
|
|
lba: lba |
|
|
|
} |
|
|
|
} |