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