Server Monitor --- Instances 添加规则弹窗Monitor Item增加单位

This commit is contained in:
任珮宇 2024-02-23 16:58:29 +08:00
parent 94c3dc1dff
commit 1abbfbb36a

View File

@ -292,7 +292,7 @@ export default {
if (res.success) {
this.itemOptions = res.result.map((item) => {
return {
label: item.name,
label: item.units ? `${item.name}(${item.units})` : item.name,
value: item.itemId,
units: item.units,
valueType: item.valueType,