| | |
| | | <span>{{ scope.row.rectifyStatus == 0?'存在未整改':'已完成' }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="详情" align="center" class-name="small-padding fixed-width"> |
| | | <el-table-column label="详情" align="center" class-name="small-padding fixed-width" fixed="right"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" @click="toDetail(scope.row)">查看详情</el-button> |
| | | </template> |
| | |
| | | const t = this |
| | | t.$refs.details.dialogVisible = true |
| | | t.$refs.details.id = row.id |
| | | t.$refs.details.unitType = row.checkUnitType |
| | | t.$refs.details.checkUnitType = row.checkUnitType |
| | | t.$refs.details.getEnterpriseInfo() |
| | | console.log(t.$refs.details.unitType) |
| | | }, |
| | | |
| | | async getSpotCheckList(){ |