From 26e116c38af035db0908c3b6086841708ba2ddeb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 09 三月 2025 22:27:44 +0800 Subject: [PATCH] 2025-03-09 --- src/menu/components/card/cardcellcomponent/formconfig.jsx | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/formconfig.jsx b/src/menu/components/card/cardcellcomponent/formconfig.jsx index 99d6305..08054fd 100644 --- a/src/menu/components/card/cardcellcomponent/formconfig.jsx +++ b/src/menu/components/card/cardcellcomponent/formconfig.jsx @@ -124,6 +124,9 @@ } else { appMenus = [] } + // if (appType === 'mob') { + // appMenus.push({value: 'sign', text: '绛惧悕锛堢郴缁熼〉锛�'}) + // } appMenus.push({value: 'goback', text: '杩斿洖锛堜笂涓�椤碉級'}) } @@ -722,6 +725,16 @@ ] }, { + type: 'select', + key: 'noVField', + label: '绌哄�煎瓧娈�', + initVal: card.noVField || '', + tooltip: '鐢ㄤ簬鎺у埗姝ら潤鎬佸厓绱犵殑鏄剧ず/闅愯棌锛屽綋姝ゅ瓧娈典负绌烘椂锛堟暟鍊间负0锛夛紝闅愯棌褰撳墠鍏冪礌銆�', + required: false, + allowClear: true, + options: [], + }, + { type: 'radio', key: 'lostTip', label: '鍥剧墖缂哄け', -- Gitblit v1.8.0