From 0006f739b4322b49b3550bfec2631169349c97ba Mon Sep 17 00:00:00 2001
From: luojie <125330818@qq.com>
Date: Mon, 23 Mar 2026 10:45:02 +0800
Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?=
=?UTF-8?q?ate]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Template/BaseInfoFormPackage.vue | 2 +-
src/components/Template/CustomTable.vue | 12 ++++++++++++
src/components/Template/HandleFormItem.vue | 17 +++++++++++++----
src/views/business/comps/template/TemplateTable.vue | 5 +----
4 files changed, 27 insertions(+), 9 deletions(-)
diff --git a/src/components/Template/BaseInfoFormPackage.vue b/src/components/Template/BaseInfoFormPackage.vue
index 7c09f51..6ded5ec 100644
--- a/src/components/Template/BaseInfoFormPackage.vue
+++ b/src/components/Template/BaseInfoFormPackage.vue
@@ -451,7 +451,7 @@ export default {
fillType: sItem.subFillType || sItem.fillType
};
if(sItem.hasOwnProperty("subDisabled")){
- o.disabled = sItem.disabled;
+ o.disabled = sItem.subDisabled;
}
return {
...sItem,
diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue
index 0a16432..8ed469f 100644
--- a/src/components/Template/CustomTable.vue
+++ b/src/components/Template/CustomTable.vue
@@ -224,6 +224,11 @@
:value="row[col.bodySubKey]"
@clickButton="(e, data) => handleClickButton(e, data, col.bodySubKey, rowIndex, colIndex)" />
+
+