|
|
@ -437,7 +437,7 @@ export default { |
|
|
return { |
|
|
return { |
|
|
...sItem, |
|
|
...sItem, |
|
|
key: sItem.subKey, |
|
|
key: sItem.subKey, |
|
|
disabled: sItem.subDisabled || sItem.disabled, |
|
|
|
|
|
|
|
|
disabled: sItem.subDisabled, |
|
|
fillType: sItem.subFillType || sItem.fillType |
|
|
fillType: sItem.subFillType || sItem.fillType |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -446,7 +446,7 @@ export default { |
|
|
...sItem, |
|
|
...sItem, |
|
|
key: sItem.fourthKey, |
|
|
key: sItem.fourthKey, |
|
|
buttonName:sItem.fourthButtonName, |
|
|
buttonName:sItem.fourthButtonName, |
|
|
disabled: sItem.fourthDisabled || sItem.disabled, |
|
|
|
|
|
|
|
|
disabled: sItem.fourthDisabled, |
|
|
fillType: sItem.fourthFillType || sItem.fillType |
|
|
fillType: sItem.fourthFillType || sItem.fillType |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|