From 55071f5a06673369ceba07e36cd7f85e584c3eac Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 23 十二月 2019 10:55:49 +0800 Subject: [PATCH] 2019-12-23 --- src/templates/comtableconfig/settingform/index.jsx | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/templates/comtableconfig/settingform/index.jsx b/src/templates/comtableconfig/settingform/index.jsx index 52d3212..52fa1cf 100644 --- a/src/templates/comtableconfig/settingform/index.jsx +++ b/src/templates/comtableconfig/settingform/index.jsx @@ -228,6 +228,18 @@ })(<Input placeholder="ID asc, UID desc" autoComplete="off" />)} </Form.Item> </Col> + <Col span={12}> + <Form.Item label="鏍囩"> + {getFieldDecorator('tabshow', { + initialValue: data.tabshow || 'horizontal' + })( + <Select> + <Select.Option value="horizontal">妯悜鏄剧ず</Select.Option> + <Select.Option value="vertical">绾靛悜鏄剧ず</Select.Option> + </Select> + )} + </Form.Item> + </Col> </Row> </Form> ) -- Gitblit v1.8.0