Commit f62fefbe authored by baixian's avatar baixian

推送

parent cf52d24d
......@@ -17,6 +17,6 @@
</head>
<body>
<div id="root"></div>
<script src="dist/main.js?1572405975036" charset="utf-8"></script>
<script src="dist/main.js?1572429975912" charset="utf-8"></script>
</body>
</html>
\ No newline at end of file
......@@ -93,7 +93,7 @@ class WxPushTimeModal extends React.Component {
pattern: new RegExp(/^[1-9]\d*$/, 'g'),
},
],
})(<InputNumber min={0} max={120} />)}
})(<InputNumber disabled={!getFieldValue('schedule_remind')} min={0} max={120} />)}
<span className="ant-form-text"> 分钟推送上课提醒</span>
</FormItem>
<FormItem className={pageStyle.firstItem} {...formItemModalLineLayout} label="老师:上课前">
......@@ -106,7 +106,7 @@ class WxPushTimeModal extends React.Component {
pattern: new RegExp(/^[1-9]\d*$/, 'g'),
},
],
})(<InputNumber min={0} max={120} />)}
})(<InputNumber disabled={!getFieldValue('schedule_remind')} min={0} max={120} />)}
<span className="ant-form-text"> 分钟推送上课提醒</span>
</FormItem>
</Form>
......
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