From 992f25d08ea2b5a6438ccc792a5c723b8a72f674 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 06 八月 2021 18:19:39 +0800 Subject: [PATCH] 2021-08-06 --- src/menu/components/card/cardcellcomponent/elementform/index.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/elementform/index.jsx b/src/menu/components/card/cardcellcomponent/elementform/index.jsx index 874d82a..84ae886 100644 --- a/src/menu/components/card/cardcellcomponent/elementform/index.jsx +++ b/src/menu/components/card/cardcellcomponent/elementform/index.jsx @@ -16,7 +16,7 @@ sequence: ['eleType', 'width'], text: ['eleType', 'datatype', 'format', 'width', 'height', 'prefix', 'postfix', 'link'], number: ['eleType', 'datatype', 'format', 'width', 'height', 'prefix', 'postfix'], - picture: ['eleType', 'datatype', 'width', 'lenWidRadio', 'maxWidth', 'link'], + picture: ['eleType', 'datatype', 'width', 'lenWidRadio', 'maxWidth', 'link', 'scale'], video: ['eleType', 'datatype', 'width', 'aspectRatio', 'autoPlay', 'loop'], icon: ['eleType', 'icon', 'datatype', 'width'], slider: ['eleType', 'datatype', 'width', 'color', 'maxValue'], @@ -24,6 +24,7 @@ barcode: ['eleType', 'datatype', 'width', 'barHeight', 'displayValue', 'interval'], qrcode: ['eleType', 'datatype', 'width', 'qrWidth', 'color', 'url'], currentDate: ['eleType', 'width', 'dateFormat', 'prefix', 'postfix'], + formula: ['eleType', 'width', 'height', 'prefix', 'postfix', 'formula'], } class MainSearch extends Component { @@ -299,7 +300,7 @@ message: formRule.input.message } ] - })(<TextArea rows={2} disabled={item.readonly} />)} + })(<TextArea rows={2} disabled={item.readonly} placeholder={item.placeholder || ''} />)} </Form.Item> </Col> ) -- Gitblit v1.8.0