|
|
@ -23,6 +23,9 @@ import gspmb from './en/template/gsp' |
|
|
import pcr from './en/template/pcr' |
|
|
import pcr from './en/template/pcr' |
|
|
//LBA模板
|
|
|
//LBA模板
|
|
|
import lba from './en/template/lba' |
|
|
import lba from './en/template/lba' |
|
|
|
|
|
//样品模板
|
|
|
|
|
|
import yp from './en/template/yp' |
|
|
|
|
|
|
|
|
// 试验管理
|
|
|
// 试验管理
|
|
|
import study from './en/business/study/study' |
|
|
import study from './en/business/study/study' |
|
|
import studyEnter from './en/business/study/studyEnter' |
|
|
import studyEnter from './en/business/study/studyEnter' |
|
|
@ -192,6 +195,7 @@ export default { |
|
|
sp: sp, |
|
|
sp: sp, |
|
|
gsp: gspmb, |
|
|
gsp: gspmb, |
|
|
pcr: pcr, |
|
|
pcr: pcr, |
|
|
lba: lba |
|
|
|
|
|
|
|
|
lba: lba, |
|
|
|
|
|
yp: yp |
|
|
} |
|
|
} |
|
|
} |
|
|
} |