Alarm Center --- Alarm Rules 监控项增加单位
This commit is contained in:
parent
001cab901c
commit
94c3dc1dff
|
@ -521,7 +521,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