diff --git a/src/components/Template/BaseInfoFormPackage.vue b/src/components/Template/BaseInfoFormPackage.vue
index 4c4e536..96487f6 100644
--- a/src/components/Template/BaseInfoFormPackage.vue
+++ b/src/components/Template/BaseInfoFormPackage.vue
@@ -290,7 +290,24 @@
@update:error="errors[key] = false" :item="getRegentItem(sItem)"
:value="formFields[key]" />
{{ $t(sItem.subText) }}
-
+
+
+ handleClickButton(e, sItem, val, data)" />
+
@@ -394,7 +411,15 @@ export default {
return {
...sItem,
key: sItem.subKey,
- fillType: sItem.subFillType || sItem.fillType
+ fillType: sItem.fourthFillType || sItem.fillType
+ }
+ },
+ getFourthButtonItem(sItem) {
+ return {
+ ...sItem,
+ key: sItem.fourthKey,
+ buttonName:sItem.fourthButtonName,
+ fillType: sItem.fourthFillType || sItem.fillType
}
},
// 处理fqyq变化
diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue
index 76281a3..e9013dd 100644
--- a/src/components/Template/CustomTable.vue
+++ b/src/components/Template/CustomTable.vue
@@ -12,9 +12,41 @@
@change="handleCheckAllChange">
-