From 26a9295ddcd21a81166ee4a20491cb90eddfbdb7 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Fri, 13 Mar 2026 18:56:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][sp0?= =?UTF-8?q?21]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/BaseInfoFormPackage.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Template/BaseInfoFormPackage.vue b/src/components/Template/BaseInfoFormPackage.vue index a5e46de..0d5586d 100644 --- a/src/components/Template/BaseInfoFormPackage.vue +++ b/src/components/Template/BaseInfoFormPackage.vue @@ -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 } },