refactor: 取消发布的仪表板在收藏里隐藏菜单

This commit is contained in:
wangjiahao 2023-01-04 11:05:45 +08:00
parent 1bdb65fd30
commit cf8c4eca46
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
delete delete
from `panel_subject`; from `panel_subject`
where id in ('system_1', 'system_2');
BEGIN; BEGIN;
INSERT INTO `panel_subject` (`id`, `name`, `type`, `details`, `create_num`, `create_time`, `create_by`, `update_time`, INSERT INTO `panel_subject` (`id`, `name`, `type`, `details`, `create_num`, `create_time`, `create_by`, `update_time`,
`update_by`) `update_by`)

View File

@ -120,6 +120,7 @@
</span> </span>
<span <span
v-if="activeTab!=='panels_star' || (activeTab ==='panels_star' && panelInfo.status === 'publish')"
style="float: right;margin-right: 10px" style="float: right;margin-right: 10px"
class="de-tree" class="de-tree"
> >