fix: 补充鼠标悬浮国际化内容
This commit is contained in:
@@ -28,10 +28,6 @@
|
||||
</span>
|
||||
</div>-->
|
||||
</div>
|
||||
<div class="alert-rule-box">
|
||||
<div class="alert-rule-title">{{$t('alert.config.threshold')}}</div>
|
||||
<div class="alert-rule-value">{{alertRuleData.threshold ? alertRuleData.threshold : '--'}}</div>
|
||||
</div>
|
||||
<div class="alert-rule-box">
|
||||
<div class="alert-rule-title">{{$t('alert.config.expr')}}</div>
|
||||
<div class="alert-rule-value">{{alertRuleData.expr ? (alertRuleData.expr + alertRuleData.operator + formatThreshold(alertRuleData.threshold,alertRuleData.unit)) : '--'}}</div>
|
||||
@@ -141,7 +137,6 @@ export default {
|
||||
},
|
||||
severityDataColor () {
|
||||
this.severityData.map(item => {
|
||||
console.log(item.color)
|
||||
this.severityColor = item.color
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user