From 9b0754adb7fbe595eef73010992c0ce53ef6571a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 11 十月 2023 17:22:36 +0800 Subject: [PATCH] Merge branch 'develop' --- src/templates/zshare/formconfig.jsx | 26 +++++++++++++++++++------- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 752c7ec..f2373e3 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -3615,16 +3615,28 @@ { 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', @@ -3858,7 +3870,7 @@ type: 'radio', key: 'constant', label: 'Unicode甯搁噺', - tooltip: '浣跨敤鏃跺皢鍦ㄦ彁浜ゅ唴瀹瑰墠鍔犱笂 N锛屼唬琛ㄥ瓨鍏ユ暟鎹簱鏃朵互 Unicode 鏍煎紡瀛樺偍銆�', + tooltip: `浣跨敤鏃跺皢鍦ㄦ彁浜ゅ唴瀹瑰墠鍔犱笂 N锛屼唬琛ㄥ瓨鍏ユ暟鎹簱鏃朵互 Unicode 鏍煎紡瀛樺偍銆備緥濡傦細@nvarchar=N'脴W30041'銆俙, initVal: card.constant || 'false', options: [{ value: 'true', -- Gitblit v1.8.0