Browse Source

查看完整月报路径修改

洪海涛 4 năm trước cách đây
mục cha
commit
8979a44fd4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/monthlyReport/index.vue

+ 1 - 1
src/views/monthlyReport/index.vue

@@ -22,7 +22,7 @@
       <div class="content-reportName">
         {{ reportName }}
         <el-button v-if="reportStatus.status === 20" type="text" @click="jump('report_home_Publication', '/monthlyReport/edit', { pageType: 'editAll', reportId: reportStatus.id })"> 月报发布</el-button>
-        <el-button v-if="reportStatus.status === 30" type="text" @click="jump('report_home_viewReport', '/monthlyReport/edit', { pageType: 'editAll', reportId: reportStatus.id })"> 查看完整报告</el-button>
+        <el-button v-if="reportStatus.status === 30" type="text" @click="jump('report_home_viewReport', '/monthlyReport/edit', { pageType: 'readAll', reportId: reportStatus.id })"> 查看完整报告</el-button>
         <el-button v-if="reportStatus.status === 0" type="text" @click="sendConfirm(reportData)"> 发送确认</el-button>
       </div>
       <div v-show="reportStatus.status === 30" class="report-bottom">