翻译部分按钮
This commit is contained in:
parent
fc666606a6
commit
77f1ff0b5b
@ -89,8 +89,8 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<div class="dialog-footer">
|
<div class="dialog-footer">
|
||||||
<el-button type="primary" @click="submitForm">确 定</el-button>
|
<el-button type="primary" @click="submitForm">{{$t('btn.submit')}}</el-button>
|
||||||
<el-button @click="cancel">取 消</el-button>
|
<el-button @click="cancel">{{$t('btn.cancel')}}</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
@ -102,8 +102,6 @@ import { listConfig, getConfig, delConfig, addConfig, updateConfig, refreshCache
|
|||||||
|
|
||||||
// 遮罩层
|
// 遮罩层
|
||||||
const loading = ref(true)
|
const loading = ref(true)
|
||||||
// 导出遮罩层
|
|
||||||
const exportLoading = ref(false)
|
|
||||||
// 选中数组
|
// 选中数组
|
||||||
const ids = ref([])
|
const ids = ref([])
|
||||||
// 非单个禁用
|
// 非单个禁用
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user