mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
请先设置为公共标签
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user