From ed818fbca1a913065a6a3c2c767714efe5b18685 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 17 八月 2020 11:21:22 +0800
Subject: [PATCH] 2020-08-17

---
 src/templates/zshare/formconfig.jsx |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx
index db38fbd..d695cae 100644
--- a/src/templates/zshare/formconfig.jsx
+++ b/src/templates/zshare/formconfig.jsx
@@ -986,9 +986,9 @@
     }, {
       value: 'equaltab',
       text: Formdict['header.form.refresh.equaltab']
-    }, {
-      value: 'mainline',
-      text: Formdict['header.form.refresh.mainline']
+    // }, {
+    //   value: 'mainline',
+    //   text: Formdict['header.form.refresh.mainline']
     })
   }
 
@@ -2506,7 +2506,7 @@
         value: 'line-chart',
         text: 'line-chart'
       }],
-      forbid: type === 'CalendarPage',
+      forbid: type === 'CalendarPage'
     },
     {
       type: 'select',
@@ -2515,7 +2515,7 @@
       initVal: supMenu,
       required: false,
       options: menus,
-      forbid: type === 'CalendarPage',
+      forbid: type === 'CalendarPage'
     },
     {
       type: 'mutilselect',
@@ -2525,7 +2525,7 @@
       initVal: equalTab,
       required: false,
       options: equalTabs,
-      forbid: type === 'CalendarPage',
+      forbid: type === 'CalendarPage'
     },
     {
       type: 'text',
@@ -2533,7 +2533,8 @@
       label: '澶栭敭',
       tooltip: '澶栭敭鏃ㄥ湪鏍囩椤典腑鎵ц榛樿鍑芥暟锛堟坊鍔狅級鏃讹紝鏇挎崲BID瀛楁',
       initVal: card.foreignKey || '',
-      required: false
+      required: false,
+      forbid: type === 'CalendarPage'
     },
     {
       type: 'number',

--
Gitblit v1.8.0