Commit 335d3b55 authored by 李纪文's avatar 李纪文

feat: 修改指标选择

parent 032ae72e
......@@ -21,6 +21,7 @@ import {
SearchOutlined,
CloseOutlined,
InfoCircleOutlined,
CaretDownOutlined
} from '@ant-design/icons';
import './index.less';
import { getQuataList, updateMonitorConf } from './apis';
......@@ -346,6 +347,7 @@ const QuotaSelect = ({
{buttonProps.children
? buttonProps.children
: `${item.deviceName}(${item.confList ?showQuotaName?item.confList.join(','): item.confList.length : 0})`}
{!buttonProps.children && <CaretDownOutlined />}
</Button>
))}
</div>
......
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