diff --git a/src/components/Template/SelectTable.vue b/src/components/Template/SelectTable.vue index b425c6c..c7e3338 100644 --- a/src/components/Template/SelectTable.vue +++ b/src/components/Template/SelectTable.vue @@ -68,7 +68,7 @@ export default { default: () => {}, }, studyFormId: { - type: String, + type: [String,Number], default: "", }, }, diff --git a/src/lang/en/template/sp.js b/src/lang/en/template/sp.js index 2da54d5..a26d185 100644 --- a/src/lang/en/template/sp.js +++ b/src/lang/en/template/sp.js @@ -73,7 +73,8 @@ export default { //生物样品分析方法学样品制备表(Dilution Integrity)- 生物样品分析方法学样品制备表(稀释可靠性) sp016: { title: - 'Bioanalytical Methods Sample Preparation Record (Dilution Integrity)' + 'Bioanalytical Methods Sample Preparation Record (Dilution Integrity)', + bs: 'Multiple' }, //生物样品分析方法学样品制备表(Stock solution comparison)- 生物样品分析方法学样品制备表(储备液对比) sp017: { diff --git a/src/lang/zh/template/sp.js b/src/lang/zh/template/sp.js index 6925f37..d311c12 100644 --- a/src/lang/zh/template/sp.js +++ b/src/lang/zh/template/sp.js @@ -68,7 +68,8 @@ export default { }, //生物样品分析方法学样品制备表(Dilution Integrity)- 生物样品分析方法学样品制备表(稀释可靠性) sp016: { - title: '生物样品分析方法学样品制备表(稀释可靠性)' + title: '生物样品分析方法学样品制备表(稀释可靠性)', + bs: '倍数' }, //生物样品分析方法学样品制备表(Stock solution comparison)- 生物样品分析方法学样品制备表(储备液对比) sp017: { diff --git a/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js b/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js index 617679e..6f45753 100644 --- a/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js +++ b/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js @@ -15,6 +15,7 @@ export const getSWYPFXFFXYPZBBTableConfig = ( bodyType: 'select', bodyOptions: $this.getDictOptions(selectKey), otherCode: 'bhOther', + otherLabel: 'template.sp.sp016.bs', bodySubType: 'span', bodySubKey: 'bhCode', bodyFillType: 'preFill', diff --git a/src/views/business/form/drug/comp/tbbdList.vue b/src/views/business/form/drug/comp/tbbdList.vue index 1aa9e20..90977d2 100644 --- a/src/views/business/form/drug/comp/tbbdList.vue +++ b/src/views/business/form/drug/comp/tbbdList.vue @@ -84,8 +84,8 @@ diff --git a/src/views/business/form/nonTrial/comp/tbbdList.vue b/src/views/business/form/nonTrial/comp/tbbdList.vue index 93dffea..aad0b49 100644 --- a/src/views/business/form/nonTrial/comp/tbbdList.vue +++ b/src/views/business/form/nonTrial/comp/tbbdList.vue @@ -85,8 +85,8 @@ diff --git a/src/views/business/study/comp/tbbdList.vue b/src/views/business/study/comp/tbbdList.vue index 0badeaf..82bcef9 100644 --- a/src/views/business/study/comp/tbbdList.vue +++ b/src/views/business/study/comp/tbbdList.vue @@ -81,12 +81,12 @@ - + @@ -136,7 +136,7 @@ v-hasPermi="['business:studyFormFill:qrfz']">{{ $t('page.business.study.studyFormFill.qrfz') }} - {{ $t('page.business.study.studyFormFill.gc') }} diff --git a/src/views/business/template/list.vue b/src/views/business/template/list.vue index afbb180..c563290 100644 --- a/src/views/business/template/list.vue +++ b/src/views/business/template/list.vue @@ -30,9 +30,9 @@ - - - + + + + + +