update i18n

This commit is contained in:
2023-07-17 15:47:45 +08:00
parent 2bc08f4a39
commit 1f3f9d7b31
94 changed files with 1215 additions and 478 deletions

View File

@ -63,7 +63,9 @@
</el-row>
<template #footer>
<div class="dialog-footer">
<el-button type="primary" @click="handleImportTable"> </el-button>
<el-button type="primary" @click="handleImportTable">{{
t("admin.common.confirm")
}}</el-button>
<el-button @click="visible = false"> </el-button>
</div>
</template>