|
@@ -292,7 +292,7 @@
|
|
|
@click="cancelReport(scope.row)"
|
|
|
style="color: red; cursor: pointer">撤销</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>
|
|
|
</template>
|