From df2a8398142b7a5176552e254422300b5a014ece Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 18 十月 2024 15:01:41 +0800 Subject: [PATCH] 2024-10-18 --- src/menu/components/share/actioncomponent/formconfig.jsx | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx index e1544de..8bab1e2 100644 --- a/src/menu/components/share/actioncomponent/formconfig.jsx +++ b/src/menu/components/share/actioncomponent/formconfig.jsx @@ -1465,6 +1465,19 @@ 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: '琛ㄥ崟', @@ -2726,6 +2739,18 @@ }, { type: 'radio', + key: 'excache', + label: '娓呴櫎缂撳瓨', + initVal: card.excache || 'false', + tooltip: '鍦ㄤ娇鐢ㄥ悗绔剼鏈椂锛屾槸鍚︽竻闄ゅ悗绔紦瀛橈紝娉細闇�鍦ㄦ搷浣滅敤鎴锋垨鏉冮檺鏃跺紑鍚��', + required: false, + options: [ + {value: 'true', text: '寮�鍚�'}, + {value: 'false', text: '鍏抽棴'}, + ] + }, + { + type: 'radio', key: 'execType', label: '璇锋眰鏂瑰紡', initVal: card.execType || 'multi', -- Gitblit v1.8.0