Commit 2fe835f6 authored by 涂伟's avatar 涂伟

fix: '维保表格优化'

parent 565bac58
Pipeline #85886 passed with stages
......@@ -804,6 +804,11 @@ const BaseConfig = (props, ref) => {
{randerZqsz(Unit)}
</Form.Item>
</Col>
<Col span={24}>
<Form.Item labelCol={{ span: 5 }} valuePropName="checked" label="动态周期" name="isDynamicCycle">
<Switch checkedChildren="开启" unCheckedChildren="关闭" />
</Form.Item>
</Col>
{(Unit === 'week' || Unit === 'month') && (
<Col span={24}>
<Form.Item labelCol={{ span: 5 }} name="time" label="制定执行时间">
......
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