Compare commits

..

No commits in common. "299a2629f2bc90c28d67e34f7cdcb4f24edabc38" and "a67437cd1fb4cdf5695c7a5317cc5d7e0e0eedad" have entirely different histories.

View File

@ -1,6 +1,6 @@
import React from 'react'
import { connect } from 'dva'
import { Button, Row, Switch, Col, Form, Input, Select, Transfer, message, Upload, Icon, Modal, DatePicker, Checkbox } from 'antd'
import { Button, Row, Col, Form, Input, Select, Transfer, message, Upload, Icon, Modal, DatePicker, Checkbox } from 'antd'
import {
extend,
extendRule,
@ -833,16 +833,6 @@ class UserEditPage extends React.Component {
})(<Input placeholder={'请输入顺序'} />)}
</Form.Item>
</Col>
<Col span={8}>
<Form.Item label={'是否接收短信'} {...formItemLayout} >
{getFieldDecorator('ISGETMSG', {
initialValue: this.state.data.ISGETMSG, rules: [],
})(
<Switch checkedChildren='是' unCheckedChildren='否' checked={this.state.data.ISGETMSG}
onChange={(e) => { this.state.data.ISGETMSG = e }} />
)}
</Form.Item>
</Col>
<Col span={12}>
<Form.Item
label={'备注'}