From 2a6a3b7d14e3d4f1dcfc72c3f9fbef8dd20238c2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 08 三月 2024 15:16:06 +0800 Subject: [PATCH] 2024-03-08 --- src/templates/zshare/formconfig.jsx | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 6b339c9..c2a388a 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -2064,6 +2064,7 @@ key: 'inputType', label: '鍔犲瘑鏄剧ず', initVal: card.inputType || 'text', + tooltip: '杈撳叆妗嗗唴瀹逛互 ****** 鏄剧ず銆�', required: false, options: [{ value: 'text', @@ -2074,17 +2075,23 @@ }] }, { - type: 'radio', + type: 'select', key: 'interception', - label: '鎴彇鏂瑰紡', + label: '鏂囨湰棰勫鐞�', initVal: card.interception || 'true', - tooltip: '鎻愪氦鏃剁殑鏂囨湰澶勭悊鏂瑰紡锛岀┖鐧藉瓧绗︽寚寮�澶存垨缁撳熬鐨勭┖鐧藉瓧绗︺��', + tooltip: '鎻愪氦鏃剁殑鏂囨湰澶勭悊鏂瑰紡銆傛敞锛氬叏瑙掕浆鍗婅鏃朵細鍘婚櫎棣栧熬绌烘牸', options: [{ value: 'false', text: '鏃�' }, { value: 'true', - text: '绌虹櫧瀛楃' + text: '鍘绘帀棣栧熬绌烘牸' + // }, { + // value: 'char', + // text: '鍏ㄨ杞崐瑙�' + }, { + value: 'charTure', + text: '鍏ㄨ杞崐瑙�' }, { value: 'func', text: '鑷畾涔夊嚱鏁�' -- Gitblit v1.8.0