mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 12:39:12 +08:00
feat(系统设置): 去掉资源池开关显示文本
This commit is contained in:
parent
a505be1ae3
commit
308a2da1ee
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user