From 8e5e35eac41ba16f4b875bbcf07bab3878d8e2e4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 06 七月 2024 14:34:35 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/templates/zshare/formconfig.jsx | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 286fddb..1e41bb9 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -2523,6 +2523,18 @@ }, { type: 'number', + key: 'contHeidht', + label: '楂樺害', + min: 1, + max: 2000, + precision: 1, + initVal: card.contHeidht, + tooltip: '瀵屾枃鏈紪杈戝尯鐨勯珮搴︼紝灏忎簬100鏃朵负绐楀彛鐨勭櫨鍒嗘瘮銆�', + required: false, + forbid: appType === 'mob' + }, + { + type: 'number', key: 'labelwidth', min: 1, max: 100, -- Gitblit v1.8.0