|
@@ -287,7 +287,7 @@
|
|
<template v-if="[2,6].includes(scope.row.State)">
|
|
<template v-if="[2,6].includes(scope.row.State)">
|
|
<span v-if="permissionBtn.isShowBtn('smartReportManageBtn','reportManage_cancelPublish')&&scope.row.State===2"
|
|
<span v-if="permissionBtn.isShowBtn('smartReportManageBtn','reportManage_cancelPublish')&&scope.row.State===2"
|
|
@click="handleReportPublishCancel(scope.row)"
|
|
@click="handleReportPublishCancel(scope.row)"
|
|
- style="color: red; cursor: pointer">取消发布</span>
|
|
|
|
|
|
+ style="color: red; cursor: pointer">撤销</span><!-- 取消发布 -->
|
|
<span v-if="permissionBtn.isShowBtn('smartReportManageBtn','reportManage_cancelPublish')&&scope.row.State===6"
|
|
<span v-if="permissionBtn.isShowBtn('smartReportManageBtn','reportManage_cancelPublish')&&scope.row.State===6"
|
|
@click="cancelReport(scope.row)"
|
|
@click="cancelReport(scope.row)"
|
|
style="color: red; cursor: pointer">撤销</span>
|
|
style="color: red; cursor: pointer">撤销</span>
|