Эх сурвалжийг харах

发布按钮控制到添加编辑,复制链接btncode写错了

cxmo 1 жил өмнө
parent
commit
85da893ed4

+ 1 - 1
src/utils/buttonConfig.js

@@ -20,7 +20,7 @@ export const reportManageBtn={
     reportManage_sendMsg:'reportManage:sendMsg',//推送消息/已推送消息
     reportManage_reportView:'reportManage:reportView',//研报预览:即是否能点击研报名称跳转预览页面
     reportManage_reportView_wechartShare:'reportManage:reportView:wechartShare',//研报预览页面-微信分享
-    reportManage_reportView_copyWechat:'reportManage_reportView_copyWechat',//研报预览页面-复制链接
+    reportManage_reportView_copyWechat:'reportManage:reportView:copyWechat',//研报预览页面-复制链接
     reportManage_audioDownload:'reportManage:audioDownload',//音频下载
     reportManage_audioUpload:'reportManage:audioUpload',//音频上传
     reportManage_reportDel:'reportManage:reportDel',//删除研报

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

@@ -48,7 +48,7 @@
 					@click.native="clickreportadd('cg')"
 					>存草稿</el-button
 				>
-				<el-button
+				<el-button v-permission="permissionBtn.reportManageBtn.reportManage_publish"
 					type="primary"
 					size="medium"
 					@click.native="clickreportadd('fb')"

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

@@ -48,7 +48,7 @@
 					@click.native="clickreportadd('cg')"
 					>存草稿</el-button
 				>
-				<el-button
+				<el-button v-permission="permissionBtn.reportManageBtn.reportManage_publish"
 					type="primary"
 					size="medium"
 					@click.native="clickreportadd('fb')"