feat: 配置数据导出成表格,多语言翻译

This commit is contained in:
TsMask
2024-08-01 16:07:17 +08:00
parent ada1f388fc
commit 630c63e23f
5 changed files with 133 additions and 21 deletions

View File

@@ -231,7 +231,7 @@ onMounted(() => {
}"
>
<a-button @click="fnGetList()" :loading="state.loading">
加载更多
{{ t('views.configManage.configParamForm.ptDiffLoad') }}
</a-button>
</div>
</template>
@@ -239,7 +239,9 @@ onMounted(() => {
<a-list-item>
<template #actions>
<a-tooltip>
<template #title>差异对比</template>
<template #title>
{{ t('views.configManage.configParamForm.ptDiffMerge') }}
</template>
<a-button type="primary" @click.prevent="fnMergeCellOpen(item)">
<template #icon><MergeCellsOutlined /></template>
</a-button>
@@ -286,7 +288,7 @@ onMounted(() => {
@click.prevent="fnMergeCellRestore('old')"
>
<template #icon><MergeCellsOutlined /></template>
还原此版本
{{ t('views.configManage.configParamForm.ptDiffRest') }}
</a-button>
</div>
<div>
@@ -296,7 +298,7 @@ onMounted(() => {
@click.prevent="fnMergeCellRestore('new')"
>
<template #icon><MergeCellsOutlined /></template>
还原此版本
{{ t('views.configManage.configParamForm.ptDiffRest') }}
</a-button>
</div>
</div>