翻译部分按钮

This commit is contained in:
不做码农 2022-05-08 07:05:26 +08:00
parent fc666606a6
commit 77f1ff0b5b

View File

@ -89,8 +89,8 @@
</el-form>
<template #footer>
<div class="dialog-footer">
<el-button type="primary" @click="submitForm"> </el-button>
<el-button @click="cancel"> </el-button>
<el-button type="primary" @click="submitForm">{{$t('btn.submit')}}</el-button>
<el-button @click="cancel">{{$t('btn.cancel')}}</el-button>
</div>
</template>
</el-dialog>
@ -102,8 +102,6 @@ import { listConfig, getConfig, delConfig, addConfig, updateConfig, refreshCache
//
const loading = ref(true)
//
const exportLoading = ref(false)
//
const ids = ref([])
//