Browse Source

feat:[模板管理][sp021]

ouqian
luojie 1 month ago
parent
commit
26a9295ddc
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/components/Template/BaseInfoFormPackage.vue

+ 3
- 1
src/components/Template/BaseInfoFormPackage.vue View File

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

Loading…
Cancel
Save