From bf4f4f8d1e45fe3678dd521ea71b26369669cd77 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Fri, 13 Mar 2026 22:23:14 +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, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Template/BaseInfoFormPackage.vue b/src/components/Template/BaseInfoFormPackage.vue index dcf04ef..0182a6f 100644 --- a/src/components/Template/BaseInfoFormPackage.vue +++ b/src/components/Template/BaseInfoFormPackage.vue @@ -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 } },