Browse Source

feat:[模板管理][sp021]

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

+ 2
- 2
src/components/Template/BaseInfoFormPackage.vue View File

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

Loading…
Cancel
Save