fix: i18n

This commit is contained in:
xingyu 2022-08-10 19:10:54 +08:00
parent 6cfd3a15a9
commit 0f81b19550

View File

@ -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>