NEZ-999 fix: 修复chart编辑页面 expression 标题国际化错误

This commit is contained in:
@changcode
2021-09-15 11:40:33 +08:00
parent 01aa3ee6ae
commit 278044a1bb
2 changed files with 4 additions and 4 deletions

View File

@@ -361,7 +361,7 @@
</el-form-item>
<div v-if="!isUrl&&!isAlert&& editChart.type != 'text'&& editChart.type != 'group' && editChart.type != 'diagram'" class="form__sub-title">
<span>{{$t('alert.config.expr')}}</span>
<span>{{$t('alert.config.exprBox')}}</span>
<span v-if="!isSingleStat" @click="addExpression">
<i class="nz-icon nz-icon-create-square" style="font-weight: normal; font-size: 17px; cursor: pointer;"></i>
</span>