Server Monitor --- Instances 添加规则弹窗Monitor Item增加单位
This commit is contained in:
parent
94c3dc1dff
commit
1abbfbb36a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user