update i18n

This commit is contained in:
2023-07-17 17:31:42 +08:00
parent 1f3f9d7b31
commit 248c57b338
64 changed files with 504 additions and 196 deletions

View File

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