fix: 修改 alertmeessage alertRule 首字符大写的问题

This commit is contained in:
zhangyu
2021-11-25 16:14:57 +08:00
parent 8c45811a78
commit 8ce68e6871

View File

@@ -45,7 +45,7 @@
@hide="alertMessageHover(scope.row.alertRule, false)"
trigger="hover">
<alertRuleInfo v-if="scope.row.alertRule.loading" :id="scope.row.alertRule.id" :severity-data="severityData" :that="scope.row.alertRule" @showText="$emit('showText',scope.row)"></alertRuleInfo>
<span slot="reference" class="data-column__span">{{scope.row.alertRule?scope.row.alertRule.name : '--'}}</span>
<span slot="reference">{{scope.row.alertRule?scope.row.alertRule.name : '--'}}</span>
</el-popover>
</div>
<template v-else>-</template>