From 6c1db2f9b6888796731bcee0966ec3f374574791 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 04 十月 2023 19:11:41 +0800 Subject: [PATCH] 2023-10-04 --- src/templates/zshare/formconfig.jsx | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 752c7ec..3faf7b4 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -3615,19 +3615,31 @@ { type: 'radio', key: 'interception', - label: '鎴彇绌烘牸', + label: '鎴彇鏂瑰紡', initVal: card.interception || 'true', - tooltip: '鎻愪氦鏃讹紝鏄惁鎴彇棣栧熬鐨勭┖鐧藉瓧绗︺��', + tooltip: '鎻愪氦鏃剁殑鏂囨湰澶勭悊鏂瑰紡锛岀┖鐧藉瓧绗︽寚寮�澶存垨缁撳熬鐨勭┖鐧藉瓧绗︺��', options: [{ - value: 'true', - text: '鏄�' - }, { value: 'false', - text: '鍚�' + text: '鏃�' + }, { + value: 'true', + text: '绌虹櫧瀛楃' + }, { + value: 'func', + text: '鑷畾涔夊嚱鏁�' }] }, { type: 'textarea', + key: 'func', + label: '鍑芥暟', + initVal: card.func || '', + tooltip: '鍑芥暟鏈変袱涓叆鍙�(value, data)锛岀涓�涓负褰撳墠琛ㄥ崟鍊硷紝绗簩涓负琛ㄥ崟鎵�鏈夊瓧娈�-鍊肩殑瀵硅薄锛岃杩斿洖澶勭悊鍚庣殑鍊笺��', + rows: 2, + required: true + }, + { + type: 'textarea', key: 'formula', label: '鍏紡', initVal: card.formula || '', -- Gitblit v1.8.0