Commit 02aff5cf authored by 涂伟's avatar 涂伟

fix: '维保模板优化'

parent 2fe835f6
Pipeline #85897 passed with stages
...@@ -1416,11 +1416,11 @@ const AddModal = props => { ...@@ -1416,11 +1416,11 @@ const AddModal = props => {
visible={visible} visible={visible}
type={type} type={type}
/> />
<Col span={24}> {/* <Col span={24}>
<Item labelCol={{ span: 5 }} valuePropName="checked" label="动态周期" name="isDynamicCycle"> <Item labelCol={{ span: 5 }} valuePropName="checked" label="动态周期" name="isDynamicCycle">
<Switch checkedChildren="开启" unCheckedChildren="关闭" /> <Switch checkedChildren="开启" unCheckedChildren="关闭" />
</Item> </Item>
</Col> </Col> */}
<Col span={24}> <Col span={24}>
<div className={styles.titleIcon}> <div className={styles.titleIcon}>
<div className={styles.icon} /> <div className={styles.icon} />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment