From 56cf1b98d331c88eb6b0de8d03a85ce06f19f901 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 22 一月 2022 00:23:01 +0800 Subject: [PATCH] 2022-01-22 --- src/menu/components/card/cardcellcomponent/formconfig.jsx | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/formconfig.jsx b/src/menu/components/card/cardcellcomponent/formconfig.jsx index c101166..ee0f0b8 100644 --- a/src/menu/components/card/cardcellcomponent/formconfig.jsx +++ b/src/menu/components/card/cardcellcomponent/formconfig.jsx @@ -162,6 +162,16 @@ ] }, { + type: 'number', + key: 'decimal', + min: 0, + max: 18, + decimal: 0, + label: '灏忔暟浣�', + initVal: card.decimal === undefined ? '' : card.decimal, + required: false + }, + { type: 'text', key: 'prefix', label: '鍓嶇紑', -- Gitblit v1.8.0