From 89f85223ff7b1b5ee3931ae01efa3dd17d5524fc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 十一月 2022 16:03:27 +0800 Subject: [PATCH] Merge branch 'develop' --- src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx | 19 +++++++------------ 1 files changed, 7 insertions(+), 12 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx index c6f8e4e..cd970a6 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx @@ -205,7 +205,13 @@ </Tooltip> }> {getFieldDecorator('order', { - initialValue: setting.order || '' + initialValue: setting.order || '', + rules: [ + { + required: true, + message: '璇峰~鍐欐帓搴忔柟寮�!' + } + ] })(<Input placeholder={'ID asc, UID desc'} autoComplete="off" />)} </Form.Item> </Col> : null} @@ -225,17 +231,6 @@ </Radio.Group>)} </Form.Item> </Col> : null} - {/* {dataType === 'custom' ? <Col span={8}> - <Form.Item label="浜嬪姟"> - {getFieldDecorator('transaction', { - initialValue: setting.transaction || 'false' - })( - <Radio.Group> - <Radio value="true">浣跨敤</Radio> - <Radio value="false">涓嶄娇鐢�</Radio> - </Radio.Group>)} - </Form.Item> - </Col> : null} */} </Row> </Form> </div> -- Gitblit v1.8.0