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