From 95f2f60ba9eb343c2605e1ae68c221443d75f704 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 30 十一月 2019 00:55:07 +0800 Subject: [PATCH] commontable-update --- src/templates/comtableconfig/settingform/index.jsx | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/templates/comtableconfig/settingform/index.jsx b/src/templates/comtableconfig/settingform/index.jsx index 1975255..da4b682 100644 --- a/src/templates/comtableconfig/settingform/index.jsx +++ b/src/templates/comtableconfig/settingform/index.jsx @@ -51,30 +51,6 @@ <Form {...formItemLayout} className="ant-advanced-search-form commontable-setting-form" id="commontable-setting-form"> <Row gutter={24}> <Col span={12}> - <Form.Item label="鍥哄畾鎸夐挳"> - {getFieldDecorator('actionfixed', { - initialValue: data.actionfixed - })( - <Radio.Group> - <Radio value={true}>鏄�</Radio> - <Radio value={false}>鍚�</Radio> - </Radio.Group> - )} - </Form.Item> - </Col> - <Col span={12}> - <Form.Item label="鍥哄畾鍒�"> - {getFieldDecorator('columnfixed', { - initialValue: data.columnfixed - })( - <Radio.Group> - <Radio value={true}>鏄�</Radio> - <Radio value={false}>鍚�</Radio> - </Radio.Group> - )} - </Form.Item> - </Col> - <Col span={12}> <Form.Item label="琛ㄥ悕"> {getFieldDecorator('tableName', { initialValue: data.tableName, @@ -116,6 +92,30 @@ </Form.Item> </Col> <Col span={12}> + <Form.Item label="鍥哄畾鎸夐挳"> + {getFieldDecorator('actionfixed', { + initialValue: data.actionfixed + })( + <Radio.Group> + <Radio value={true}>鏄�</Radio> + <Radio value={false}>鍚�</Radio> + </Radio.Group> + )} + </Form.Item> + </Col> + <Col span={12}> + <Form.Item label="鍥哄畾鍒�"> + {getFieldDecorator('columnfixed', { + initialValue: data.columnfixed + })( + <Radio.Group> + <Radio value={true}>鏄�</Radio> + <Radio value={false}>鍚�</Radio> + </Radio.Group> + )} + </Form.Item> + </Col> + <Col span={12}> <Form.Item label="涓婚敭"> {getFieldDecorator('primaryKey', { initialValue: primaryKey -- Gitblit v1.8.0