请先设置为公共标签

This commit is contained in:
670788339
2025-11-01 13:55:44 +08:00
parent 9fd6198cfc
commit a4cda2f0a3

View File

@@ -92,7 +92,7 @@
<!-- 热点标签展示列 -->
<template v-else-if="column.key === 'isHot'">
<a-tooltip
v-if="record.isPublic"
v-if="!record.isPublic"
title="请先设置为公共标签。"
>
<a-switch
@@ -102,6 +102,7 @@
/>
</a-tooltip>
<a-switch
v-else
v-model:checked="record.isHot"
:disabled="!record.isPublic"
@change="handleHotChange(record)"