| | |
| | | </el-table-column> |
| | | <el-table-column label="详情" align="center" class-name="small-padding fixed-width"> |
| | | <template slot-scope="scope"> |
| | | <el-button v-if="scope.row.selfcheckStatus == 0 && unitType==-1" type="text" @click="toReport(scope.row)">自查填报</el-button> |
| | | <el-button v-if="scope.row.selfcheckStatus == 0 && unitType==-1" type="text" @click="toReport(scope.row)">自查填报</el-button> |
| | | <el-button v-else type="text" @click="toDetail(scope.row)">查看详情</el-button> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | pageTotal: 0, |
| | | currentPage: 1, |
| | | tableKey: 0, |
| | | unitType: null, |
| | | checkData: [] |
| | | checkData: [], |
| | | unitType: null |
| | | } |
| | | }, |
| | | created() { |
| | | const t = this |
| | | t.getCheckUnitType() |
| | | t.getUncheckList() |
| | | }, |
| | | mounted() { |