perf: Optimize copywriting
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wangdan-fit2cloud 2025-10-30 17:59:23 +08:00
parent d9bda9679d
commit 0dc1d74cd1

View File

@ -298,13 +298,13 @@
:class="filterMethod['is_active'] === true ? 'is-active' : ''"
class="justify-center"
:command="beforeCommand('is_active', true)"
>{{ $t('views.document.enableStatus.enable') }}
>{{ $t('common.status.enabled') }}
</el-dropdown-item>
<el-dropdown-item
:class="filterMethod['is_active'] === false ? 'is-active' : ''"
class="justify-center"
:command="beforeCommand('is_active', false)"
>{{ $t('views.document.enableStatus.close') }}
>{{ $t('common.status.disabled') }}
</el-dropdown-item>
</el-dropdown-menu>
</template>