@@ -115,6 +115,7 @@
<span v-else style="color:#E37318">{{item.Editor}}<!-- 编辑中... -->{{$t('ReportManage.smart_btn.editing')}}</span>
<div>
<img
+ v-if="isCreator"
src="~@/assets/img/data_m/move_ico.png"
alt=""
style="width: 16px; height: 16px;margin-right:5px;"
@@ -423,7 +423,7 @@ export default {
},
//发布报告
- publishreport({sendMsg}) {
+ publishreport() {
reportpublish({
ReportIds: String(this.$route.query.id),
ReportUrl:this.generatePdfLinks()
@@ -1262,7 +1262,7 @@ export default {
// 发布报告
- reportPublish({sendMsg}){
+ reportPublish(){
ReportIds:String(this.$route.query.id),