fix: i18n

pull/2/head
xingyu 2022-08-10 19:10:54 +08:00
parent 6cfd3a15a9
commit 0f81b19550
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ onMounted(async () => {
> >
{{ t('action.save') }} {{ t('action.save') }}
</el-button> </el-button>
<el-button type="danger" @click="showForm = false">取消</el-button> <el-button type="danger" @click="showForm = false">{{ t('common.cancel') }}</el-button>
</div> </div>
</el-card> </el-card>
</div> </div>