Admin
2022-11-25 5a28e6e5194ddd3727fb5411c785bef0f29152bb
src/views/selfCheck/supervision.vue
@@ -29,7 +29,7 @@
                        <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>
@@ -104,8 +104,9 @@
                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(){