Commit 541f459f authored by 涂伟's avatar 涂伟

fix: ''维保方案配置新增在线任务量''

parent 697475c7
......@@ -2,7 +2,7 @@
/* eslint-disable prefer-destructuring */
/* eslint-disable no-else-return */
// 基础信息配置
import { Form, Radio, Select, Row, Col, Switch, Tooltip } from 'antd';
import { Form, Radio, Select, Row, Col, Switch, Tooltip, InputNumber } from 'antd';
import { EditOutlined, InfoCircleOutlined } from '@ant-design/icons';
import React, { useEffect, useRef, useState } from 'react';
......@@ -822,6 +822,14 @@ const BaseConfig = (props, ref) => {
</Col>
)}
<Col span={24}>
<Form.Item labelCol={{ span: 5 }} name="onLines" label="在线任务量">
<InputNumber
min={0} max={20}
/>
</Form.Item>
</Col>
{visibleChecked && Unit !== 'day' && (
<Col span={24}>
<Form.Item labelCol={{ span: 5 }} name="zxsj" 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