|
|
@ -14,6 +14,7 @@ export const getSWYPFXFFXYPZBBTableConfig = ( |
|
|
prop: 'bh', |
|
|
prop: 'bh', |
|
|
bodyType: 'select', |
|
|
bodyType: 'select', |
|
|
bodyOptions: $this.getDictOptions(selectKey), |
|
|
bodyOptions: $this.getDictOptions(selectKey), |
|
|
|
|
|
otherCode: 'bhOther', |
|
|
bodySubType: 'span', |
|
|
bodySubType: 'span', |
|
|
bodySubKey: 'bhCode', |
|
|
bodySubKey: 'bhCode', |
|
|
bodyFillType: 'preFill', |
|
|
bodyFillType: 'preFill', |
|
|
@ -106,10 +107,7 @@ export const getSWYPFXFFXYPZBBTableConfig = ( |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 提取回收率-溶液稀释
|
|
|
// 提取回收率-溶液稀释
|
|
|
export const getSWYPFXFFXYPZBBTQHSLTableConfig = ( |
|
|
|
|
|
$this, |
|
|
|
|
|
selectKey, |
|
|
|
|
|
) => { |
|
|
|
|
|
|
|
|
export const getSWYPFXFFXYPZBBTQHSLTableConfig = ($this, selectKey) => { |
|
|
let arr = [ |
|
|
let arr = [ |
|
|
{ |
|
|
{ |
|
|
label: 'template.sp.sp008.bh', |
|
|
label: 'template.sp.sp008.bh', |
|
|
|