From a02fc6a77fa1b35c6516b2d37108d80e260c6c85 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 十一月 2024 22:05:08 +0800 Subject: [PATCH] 2024-11-07 --- src/menu/components/share/actioncomponent/formconfig.jsx | 26 +------------------------- 1 files changed, 1 insertions(+), 25 deletions(-) diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx index 723c5c4..f9105db 100644 --- a/src/menu/components/share/actioncomponent/formconfig.jsx +++ b/src/menu/components/share/actioncomponent/formconfig.jsx @@ -1459,22 +1459,10 @@ initVal: card.permission || 'true', required: false, options: [ - {value: 'true', text: '缁ф壙鑿滃崟'}, + {value: 'true', text: '缁ф壙缁勪欢'}, {value: 'false', text: '绂佺敤'}, ], forbid: viewType === 'popview' - }, - { - type: 'radio', - key: 'excache', - label: '娓呴櫎缂撳瓨', - initVal: card.excache || 'false', - tooltip: '鍦ㄤ娇鐢ㄥ悗绔剼鏈椂锛屾槸鍚︽竻闄ゅ悗绔紦瀛橈紝娉細闇�鍦ㄦ搷浣滅敤鎴锋垨鏉冮檺鏃跺紑鍚��', - required: false, - options: [ - {value: 'true', text: '寮�鍚�'}, - {value: 'false', text: '鍏抽棴'}, - ] }, { type: 'splitLine', @@ -2735,18 +2723,6 @@ {value: 'false', text: '绂佺敤'}, ], forbid: viewType === 'popview' - }, - { - type: 'radio', - key: 'excache', - label: '娓呴櫎缂撳瓨', - initVal: card.excache || 'false', - tooltip: '鍦ㄤ娇鐢ㄥ悗绔剼鏈椂锛屾槸鍚︽竻闄ゅ悗绔紦瀛橈紝娉細闇�鍦ㄦ搷浣滅敤鎴锋垨鏉冮檺鏃跺紑鍚��', - required: false, - options: [ - {value: 'true', text: '寮�鍚�'}, - {value: 'false', text: '鍏抽棴'}, - ] }, { type: 'radio', -- Gitblit v1.8.0