烟花爆竹实名登记前端
祖安之光
2026-03-17 ad001f76b662c8d1ddebe8aca090ed225b98fdf9
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,7 +104,7 @@
                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()
            },