feat(系统设置): 去掉资源池开关显示文本

This commit is contained in:
xinxin.wu 2024-07-30 11:23:23 +08:00 committed by 刘瑞斌
parent a505be1ae3
commit 308a2da1ee

View File

@ -42,7 +42,6 @@
:before-change="(val) => handleToggle(val, record)"
>
</a-switch>
{{ record.enable ? t('system.resourcePool.tableEnabled') : t('system.resourcePool.tableDisabled') }}
<template #content>
<span class="text-[var(--color-text-000)]">{{ t('system.authorized.resourcePoolTableTip') }}</span>
<span class="ml-2 inline-block cursor-pointer text-[rgb(var(--primary-4))]" @click="goTry">