mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
fix: i18n
This commit is contained in:
parent
6cfd3a15a9
commit
0f81b19550
@ -204,7 +204,7 @@ onMounted(async () => {
|
||||
>
|
||||
{{ t('action.save') }}
|
||||
</el-button>
|
||||
<el-button type="danger" @click="showForm = false">取消</el-button>
|
||||
<el-button type="danger" @click="showForm = false">{{ t('common.cancel') }}</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user