admin/src/views/business/visitorManagement.vue
@@ -40,6 +40,12 @@ <span v-if="row.sex === 2">女</span> </template> </el-table-column> <el-table-column prop="status" label="状态" min-width="100px"> <template slot-scope="{row}"> <span v-if="(row.status || 0) === 0" style="color: green">正常</span> <span v-else style="color: red">异常</span> </template> </el-table-column> <el-table-column label="证件类型" min-width="100px"> <template slot-scope="{row}"> <span v-if="row.idcardType === 0">身份证</span>