烟花爆竹实名登记前端
祖安之光
2026-03-20 117d4f37840c1973fa2ae0c501dc7647786e903b
src/views/patrol/checkinfo.vue
@@ -199,6 +199,16 @@
                        <span>{{ scope.row.ismend | parseMend(scope.row.ismend) }}</span>
                    </template>
                </el-table-column>
                <el-table-column label="现场照片" prop="scenephoto" align="center" >
                    <template slot-scope="scope">
                        <el-image v-if="scope.row.scenephoto" style="width: 40px;height: 40px;" :src="scope.row.scenephoto" :preview-src-list="[scope.row.scenephoto]"></el-image>
                    </template>
                </el-table-column>
                <el-table-column label="电子签名" prop="signature" align="center" >
                    <template slot-scope="scope">
                        <el-image v-if="scope.row.signature" style="width: 40px;height: 40px;" :src="scope.row.signature" :preview-src-list="[scope.row.signature]"></el-image>
                    </template>
                </el-table-column>
                <el-table-column
                    label="检查人"
                    prop="checkname"