fix: 修复新增弹框 title 错误问题

This commit is contained in:
@changcode
2021-07-19 11:18:13 +08:00
parent 1cf3da9003
commit 35873de962
9 changed files with 19 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
@search="search"
>
<template v-slot:top-tool-right>
<button id="roles-add" v-has="'alertSilence_add'" :title="$t('overall.create')" class="top-tool-btn margin-r-10"
<button id="roles-add" v-has="'alertSilence_add'" :title="$t('overall.createAlertSilence')" class="top-tool-btn margin-r-10"
type="button" @click="add">
<i class="nz-icon-create-square nz-icon"></i>
</button>