fix:能源告警换枚举

This commit is contained in:
zhaohy
2024-07-15 16:40:03 +08:00
parent 0214356cbb
commit 8091bc10cc
2 changed files with 15 additions and 4 deletions

View File

@@ -83,6 +83,15 @@
clickSwitch({ type: 3, enableRules: record.enableRules, record: record })
" />
</template>
<template v-if="column.dataIndex === 'monitorFrequencys'">
{{ record.monitorFrequency.label }}
</template>
<template v-if="column.dataIndex === 'rep'">
{{ record.repetitions.label }}
</template>
<template v-if="column.dataIndex === 'prioritys'">
{{ record.priority.label }}
</template>
</template>
</ns-view-list-table>
<a-button