|
|
@ -430,7 +430,8 @@ export default { |
|
|
return { |
|
|
return { |
|
|
...sItem, |
|
|
...sItem, |
|
|
key: sItem.subKey, |
|
|
key: sItem.subKey, |
|
|
fillType: sItem.fourthFillType || sItem.fillType |
|
|
|
|
|
|
|
|
disabled: sItem.subDisabled || sItem.disabled, |
|
|
|
|
|
fillType: sItem.subFillType || sItem.fillType |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
getFourthButtonItem(sItem) { |
|
|
getFourthButtonItem(sItem) { |
|
|
@ -438,6 +439,7 @@ export default { |
|
|
...sItem, |
|
|
...sItem, |
|
|
key: sItem.fourthKey, |
|
|
key: sItem.fourthKey, |
|
|
buttonName:sItem.fourthButtonName, |
|
|
buttonName:sItem.fourthButtonName, |
|
|
|
|
|
disabled: sItem.fourthDisabled || sItem.disabled, |
|
|
fillType: sItem.fourthFillType || sItem.fillType |
|
|
fillType: sItem.fourthFillType || sItem.fillType |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|