mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
refactor: 优化发布问题
This commit is contained in:
@@ -726,6 +726,7 @@ const initOpenHandler = newWindow => {
|
||||
<el-dropdown popper-class="menu-outer-dv_popper" trigger="hover">
|
||||
<el-button
|
||||
@click="publishStatusChange(1)"
|
||||
:disabled="dvInfo.status === 1"
|
||||
style="float: right; margin: 0 12px 0 0"
|
||||
type="primary"
|
||||
>
|
||||
|
||||
@@ -476,6 +476,7 @@ const fullScreenPreview = () => {
|
||||
<el-dropdown effect="dark" popper-class="menu-outer-dv_popper" trigger="hover">
|
||||
<el-button
|
||||
@click="publishStatusChange(1)"
|
||||
:disabled="dvInfo.status === 1"
|
||||
style="float: right; margin: 0 12px 0 0"
|
||||
type="primary"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user