From 286985f09443f53c1ecbb0e6093dad09b5c65897 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 11 十月 2021 18:11:18 +0800
Subject: [PATCH] 2021-10-11

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

diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx
index 109194f..00361d1 100644
--- a/src/menu/components/share/actioncomponent/formconfig.jsx
+++ b/src/menu/components/share/actioncomponent/formconfig.jsx
@@ -60,6 +60,18 @@
     })
   }
 
+  if (type === 'editable') {
+    opentypes = [
+      {
+        value: 'excelIn',
+        text: Formdict['model.form.excelIn']
+      }, {
+        value: 'excelOut',
+        text: Formdict['model.form.excelOut']
+      }
+    ]
+  }
+
   let tabs = getTabs(JSON.parse(JSON.stringify(modules)))
 
   let pageTemps = [

--
Gitblit v1.8.0