浏览代码

智能研报导出图片按钮权限修改

jwyu 1 年之前
父节点
当前提交
c23bca08a6
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/utils/buttonConfig.js
  2. 1 1
      src/views/smartReport/reportList.vue

+ 1 - 1
src/utils/buttonConfig.js

@@ -42,7 +42,7 @@ export const reportManageBtn={
     reportManage_reportView:'smartReportManage:reportView',//研报预览:即是否能点击研报名称跳转预览页面
     reportManage_reportView_wechartShare:'smartReportManage:reportView:wechartShare',//研报预览页面-微信分享
     reportManage_reportView_copyWechat:'smartReportManage:reportView:copyWechat',//研报预览页面-复制链接
-    reportManage_reportView_exportImg:'smartReportManage:reportView:exportImg',//研报预览页面-导出图片
+    reportManage_exportImg:'smartReportManage:exportImg',//导出图片
     reportManage_audioDownload:'smartReportManage:audioDownload',//音频下载
     reportManage_audioUpload:'smartReportManage:audioUpload',//音频上传
     reportManage_reportDel:'smartReportManage:reportDel',//删除研报

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

@@ -309,7 +309,7 @@
                                 >取消发布</span>
                                 <span
                                     v-if="scope.row.DetailImgUrl"
-                                    v-permission="permissionBtn.smartReportManageBtn.reportManage_reportView_exportImg"
+                                    v-permission="permissionBtn.smartReportManageBtn.reportManage_exportImg"
                                     @click="handleDownReportImg(scope.row.DetailImgUrl,scope.row.Title)"
                                     style="cursor: pointer; color: #4099ef;display:inline-block"
                                 >图片下载</span>