From daa026309b564d861491b33799e4935b402b8018 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 24 十一月 2021 22:49:49 +0800 Subject: [PATCH] 2021-11-24 --- src/menu/components/share/actioncomponent/formconfig.jsx | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx index 388b4f9..559c61c 100644 --- a/src/menu/components/share/actioncomponent/formconfig.jsx +++ b/src/menu/components/share/actioncomponent/formconfig.jsx @@ -106,7 +106,7 @@ { value: 'logout', text: '閫�鍑�' }, { value: 'mkBinding', text: '寮�閫氭壂鐮佺櫥褰�' }, { value: 'mkUnBinding', text: '鐢ㄦ埛瑙g粦' }, - { value: 'reAuth', text: '鍒囨崲绯荤粺' }, + { value: 'reAuth', text: '鍒囨崲绯荤粺锛堟竻绌虹紦瀛�-灏忕▼搴忥級' }, { value: 'goBack', text: '杩斿洖' }, ] pageTemps = [ @@ -360,9 +360,8 @@ type: 'select', key: 'Ot', label: Formdict['header.form.isRequired'], - initVal: card.Ot || 'requiredSgl', + initVal: card.Ot || (card.sqlType === 'insert' ? 'notRequired' : 'requiredSgl'), required: true, - forbid: card.$type === 'tableButton', options: [] }, { @@ -570,7 +569,7 @@ key: 'syncComponent', label: '鍒锋柊缁勪欢', initVal: card.syncComponent || [], - tooltip: '鎵ц鎴愬姛鍚庯紝闇�瑕佸悓姝ュ埛鏂扮殑缁勪欢', + tooltip: '鎵ц鎴愬姛鍚庯紙鎴栧脊绐楁爣绛惧叧闂椂锛夛紝闇�瑕佸悓姝ュ埛鏂扮殑缁勪欢', required: false, options: modules }, -- Gitblit v1.8.0