Bladeren bron

取消发布文案改为撤销

cxmo 10 maanden geleden
bovenliggende
commit
34b1e3876e

+ 1 - 1
src/views/report_manage/reportEn/reportlist.vue

@@ -221,7 +221,7 @@
                     <template v-if="[2,6].includes(row.State)">
                         <span
                             v-if="permissionBtn.isShowBtn('enReportManageBtn','enReport_cancelPublish')&&row.State===2"
-                            @click="reportHandle(row,'cancelPublish')" class="deletesty">取消发布</span>
+                            @click="reportHandle(row,'cancelPublish')" class="deletesty">撤销</span><!-- 取消发布 -->
                         <span
                             v-if="permissionBtn.isShowBtn('enReportManageBtn','enReport_cancelPublish')&&row.State===6"
                             @click="cancelApprove(row)" class="deletesty">撤销</span>

+ 1 - 1
src/views/report_manage/reportlist.vue

@@ -338,7 +338,7 @@
                 <!-- 已发布,已通过 -->
                 <template v-if="[2,6].includes(scope.row.State)">
                     <span v-if="scope.row.State===2&&permissionBtn.checkPermissionBtn(permissionBtn.reportManageBtn.reportManage_cancelPublish)"
-                        @click="canclepublish(scope.row)" style="color: red; cursor: pointer">取消发布</span>
+                        @click="canclepublish(scope.row)" style="color: red; cursor: pointer">撤销</span><!-- 取消发布 -->
                     <span v-if="scope.row.State===6&&permissionBtn.checkPermissionBtn(permissionBtn.reportManageBtn.reportManage_cancelPublish)"
                         @click="cancelReport(scope.row)" style="color: red; cursor: pointer">撤销</span>
                     <span

+ 1 - 1
src/views/smartReport/reportList.vue

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