forked from github/dataease
Merge pull request #4266 from dataease/pr@dev@refactor_start
refactor: 取消发布的仪表板在收藏里隐藏菜单
This commit is contained in:
commit
b5f8e2cd71
@ -1,5 +1,6 @@
|
||||
delete
|
||||
from `panel_subject`;
|
||||
from `panel_subject`
|
||||
where id in ('system_1', 'system_2');
|
||||
BEGIN;
|
||||
INSERT INTO `panel_subject` (`id`, `name`, `type`, `details`, `create_num`, `create_time`, `create_by`, `update_time`,
|
||||
`update_by`)
|
||||
|
@ -120,6 +120,7 @@
|
||||
</span>
|
||||
|
||||
<span
|
||||
v-if="activeTab!=='panels_star' || (activeTab ==='panels_star' && panelInfo.status === 'publish')"
|
||||
style="float: right;margin-right: 10px"
|
||||
class="de-tree"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user