|
@@ -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">
|