From f2acacad2b7ff966165a05df708f844f0a96be66 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 22 十月 2024 17:03:25 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/components/share/actioncomponent/formconfig.jsx | 24 ------------------------ 1 files changed, 0 insertions(+), 24 deletions(-) diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx index 723c5c4..e1544de 100644 --- a/src/menu/components/share/actioncomponent/formconfig.jsx +++ b/src/menu/components/share/actioncomponent/formconfig.jsx @@ -1465,18 +1465,6 @@ forbid: viewType === 'popview' }, { - type: 'radio', - key: 'excache', - label: '娓呴櫎缂撳瓨', - initVal: card.excache || 'false', - tooltip: '鍦ㄤ娇鐢ㄥ悗绔剼鏈椂锛屾槸鍚︽竻闄ゅ悗绔紦瀛橈紝娉細闇�鍦ㄦ搷浣滅敤鎴锋垨鏉冮檺鏃跺紑鍚��', - required: false, - options: [ - {value: 'true', text: '寮�鍚�'}, - {value: 'false', text: '鍏抽棴'}, - ] - }, - { type: 'splitLine', key: 'title', label: '琛ㄥ崟', @@ -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