From 29432c9167e3fcdf83f35d0bb9dbe9acb7c7ffbf Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 22 六月 2021 14:35:23 +0800 Subject: [PATCH] 2021-06-22 --- src/menu/components/share/actioncomponent/formconfig.jsx | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx index 1259cd5..b4a2e38 100644 --- a/src/menu/components/share/actioncomponent/formconfig.jsx +++ b/src/menu/components/share/actioncomponent/formconfig.jsx @@ -59,7 +59,7 @@ if (isApp) { opentypes = opentypes.filter(item => item.value !== 'tab') pageTemps = [ - { value: 'page', text: '鑿滃崟' }, + // { value: 'page', text: '鑿滃崟' }, { value: 'linkpage', text: '鍏宠仈鑿滃崟' }, { value: 'billprint', text: '鍗曟嵁鎵撳嵃' }, { value: 'pay', text: Formdict['model.pay'] }, @@ -198,7 +198,7 @@ label: '閾炬帴鏂瑰紡', initVal: card.open || 'blank', required: true, - forbid: !isApp, + forbid: sessionStorage.getItem('appType') === 'pc', options: [{ value: 'blank', text: '鏂扮獥鍙�' @@ -215,14 +215,14 @@ required: true, options: appMenus }, - { - type: 'select', - key: 'copyMenuId', - label: '澶嶅埗鑿滃崟', - initVal: card.copyMenuId || '', - required: false, - options: appMenus - }, + // { + // type: 'select', + // key: 'copyMenuId', + // label: '澶嶅埗鑿滃崟', + // initVal: card.copyMenuId || '', + // required: false, + // options: appMenus + // }, { type: 'textarea', key: 'url', @@ -520,19 +520,19 @@ type: 'select', key: 'controlField', label: '鎺у埗瀛楁', - tooltip: '鏄剧ず鎺у埗瀛楁锛屽彲鏍规嵁琛屾暟鎹帶鍒舵寜閽槸鍚︽樉绀恒��', + tooltip: '绂佺敤鎺у埗瀛楁锛屽彲鏍规嵁鏁版嵁鎺у埗鎸夐挳鏄惁绂佺敤銆�', initVal: card.controlField || '', required: false, - forbid: card.$type !== 'tableButton', + // forbid: card.$type !== 'tableButton', options: [{label: '鏃�', field: ''}, ...columns] }, { type: 'text', key: 'controlVal', label: '鎺у埗鍊�', - tooltip: '褰撻�夋嫨鎺у埗瀛楁锛屼笖瀛楁鍊间笌鎺у埗鍊肩浉绛夋椂锛屾寜閽細闅愯棌锛屽涓�肩敤閫楀彿鍒嗛殧銆�', + tooltip: '褰撻�夋嫨鎺у埗瀛楁锛屼笖瀛楁鍊间笌鎺у埗鍊肩浉绛夋椂锛屾寜閽細绂佺敤锛屽涓�肩敤閫楀彿鍒嗛殧銆�', initVal: card.controlVal || '', - forbid: card.$type !== 'tableButton', + // forbid: card.$type !== 'tableButton', required: false } ] -- Gitblit v1.8.0