|
@@ -61,7 +61,7 @@ function showDetail() {
|
|
|
<!--div不可以删除,否则会导致popconfirm的弹出框消失-->
|
|
|
<div>
|
|
|
<el-tooltip :enterable="false" :show-arrow="false" content="发布" hide-after="0" placement="top"
|
|
|
- popper-class="custom-btn-tooltip-2">
|
|
|
+ popper-class="custom-btn-tooltip-2" :disabled="row.status === 3">
|
|
|
<PermissionButton :color="'#6466F1'" :disabled="row.status === 3" circle plain>
|
|
|
<el-icon>
|
|
|
<Position />
|