| | |
| | | </Form.Item> |
| | | </Col> |
| | | <Col span={16}> |
| | | {/* <div style={{ display: "flex",flex:1 }}> */} |
| | | <Form.Item |
| | | label="是否管理员" |
| | | labelCol={{ span: 4 }} |
| | | wrapperCol={{ span: 20 }} |
| | | style={{marginBottom:0}} |
| | | style={{ marginBottom: 0 }} |
| | | > |
| | | <div style={{ display: "flex", flex: 1 }}> |
| | | <Form.Item |
| | |
| | | <Select |
| | | key="searchSelect" |
| | | allowClear |
| | | style={{width:'280px'}} |
| | | style={{ width: '280px' }} |
| | | placeholder="请选择" |
| | | dataSource={levelList} |
| | | fieldNames={{ label: 'name', value: 'id' }} |
| | |
| | | > |
| | | </Select > |
| | | </Form.Item> |
| | | <div style={{fontSize:'12px',Color:"rgba(0,0,0,0.5)"}}>管理员主要用于接收实现临期提醒,以及上级端登录</div> |
| | | <div style={{ fontSize: '12px', Color: "rgba(0,0,0,0.5)" }}>管理员主要用于接收实现临期提醒,以及上级端登录</div> |
| | | </div> |
| | | |
| | | |
| | | </Form.Item> |
| | | |
| | | {/* <div>管理员主要用于接收实现临期提醒,以及上级端登录</div> |
| | | </div> */} |
| | | </Col> |
| | | </Row> |
| | | <Row> |
| | |
| | | </Row> |
| | | <Row> |
| | | <Col span={16}> |
| | | <div style={{ display: 'flex' }}> |
| | | |
| | | </div> |
| | | <Form.Item |
| | | label="联系方式" |
| | | labelCol={{ span: 4 }} |
| | | wrapperCol={{ span: 20 }} |
| | | style={{ marginBottom: 0 }} |
| | | > |
| | | <div style={{ display: "flex", flex: 1 }}> |
| | | <Form.Item |
| | | name="name" |
| | | rules={[{ required: true, message: '请输入联系方式' }]} |
| | | > |
| | | <Input disabled={detailType} placeholder='请输入联系方式' /> |
| | | </Form.Item> |
| | | <div style={{ fontSize: '12px', Color: "rgba(0,0,0,0.5)" }}>联系方式将作为登录账号使用</div> |
| | | </div> |
| | | </Form.Item> |
| | | </Col> |
| | | |
| | | </Row> |
| | | <Row> |
| | | <Col span={8}> |
| | | <Form.Item |
| | | name="name" |
| | | label="登录密码" |
| | | rules={[{ required: true, message: '请输入登录密码' }]} |
| | | > |
| | | <Input disabled={detailType} placeholder='请输入' /> |
| | | </Form.Item> |
| | | </Col> |
| | | <Col span={8}> |
| | | </Col> |
| | | <Col span={8}> |
| | | <Col span={16}> |
| | | <Form.Item |
| | | label="确认密码" |
| | | labelCol={{ span: 4 }} |
| | | wrapperCol={{ span: 20 }} |
| | | style={{ marginBottom: 0 }} |
| | | > |
| | | <div style={{ display: "flex", flex: 1 }}> |
| | | <Form.Item |
| | | name="name" |
| | | rules={[{ required: true, message: '请输入确认密码' }]} |
| | | > |
| | | <Input disabled={detailType} placeholder='请输入' /> |
| | | </Form.Item> |
| | | <div style={{ fontSize: '12px', Color: "rgba(0,0,0,0.5)" }}>联系方式将作为登录账号使用</div> |
| | | </div> |
| | | </Form.Item> |
| | | </Col> |
| | | </Row> |
| | | |