From 9713348b1a907a2ab75132ee30332673644a951e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 02 十一月 2022 14:32:09 +0800
Subject: [PATCH] 2022-11-02

---
 src/menu/components/share/actioncomponent/formconfig.jsx |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx
index a371f8a..0dc5552 100644
--- a/src/menu/components/share/actioncomponent/formconfig.jsx
+++ b/src/menu/components/share/actioncomponent/formconfig.jsx
@@ -126,7 +126,7 @@
     }
   }
   if (appType === 'mob') {
-    opentypes = opentypes.filter(item => ['pop', 'prompt', 'exec', 'innerpage', 'funcbutton'].includes(item.value))
+    opentypes = opentypes.filter(item => ['pop', 'prompt', 'exec', 'excelOut', 'innerpage', 'funcbutton'].includes(item.value))
     funTypes = [
       { value: 'scan', text: '鎵爜' },
       { value: 'pay', text: '鏀粯' },
@@ -697,7 +697,8 @@
       }, {
         value: 'false',
         text: '鍚�'
-      }]
+      }],
+      forbid: appType === 'mob'
     },
     {
       type: 'radio',
@@ -711,7 +712,8 @@
       }, {
         value: 'false',
         text: '闈炲繀濉�'
-      }]
+      }],
+      forbid: appType === 'mob'
     },
     {
       type: 'cascader',

--
Gitblit v1.8.0