From 6c1db2f9b6888796731bcee0966ec3f374574791 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 04 十月 2023 19:11:41 +0800
Subject: [PATCH] 2023-10-04

---
 src/templates/zshare/modalform/index.jsx |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx
index be0389c..43d8efa 100644
--- a/src/templates/zshare/modalform/index.jsx
+++ b/src/templates/zshare/modalform/index.jsx
@@ -147,6 +147,9 @@
           shows.push('regularExtra')
         }
       }
+      if (this.record.interception === 'func') {
+        shows.push('func')
+      }
     } else if (type === 'number') {
       reTypes.initval = 'number'
       reRequired.initval = true
@@ -165,6 +168,9 @@
         shows.push('fieldlength')
       } else if (this.record.declare === 'decimal') {
         shows.push('decimal')
+      }
+      if (this.record.interception === 'func') {
+        shows.push('func')
       }
     } else if (['multiselect', 'select', 'link', 'radio', 'checkbox'].includes(type)) {
       if (this.record.resourceType === '0') {        // 鑷畾涔夎祫婧�
@@ -278,6 +284,9 @@
       if (this.record.encryption === 'false') {
         shows.push('enterReplace')
       }
+      if (this.record.interception === 'func') {
+        shows.push('func')
+      }
     }
 
     if (['multiselect', 'select', 'link', 'radio', 'checkbox', 'checkcard', 'cascader'].includes(type)) {

--
Gitblit v1.8.0