| | |
| | | <el-col :span="11"> |
| | | <el-table v-loading="loading" ref="tb" :data="pictureList" highlight-current-row |
| | | :row-class-name="tableRowClassName" @current-change="handleCurrentChange" border height="520px"> |
| | | <el-table-column label="体检号" align="center" prop="tjNumber" min-width="160" /> |
| | | <el-table-column label="体检号" align="center" prop="tjNumber" min-width="130" /> |
| | | <el-table-column label="姓名" align="center" prop="cusName" min-width="80" /> |
| | | <el-table-column label="性别" align="center" prop="cusSex" min-width="50"> |
| | | <template slot-scope="scope"> |
| | |
| | | <span v-if="scope.row.cusSex == '9'">未说明性别</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="手机号" align="center" prop="cusPhone" min-width="100" /> |
| | | <el-table-column label="身份证号" align="center" prop="cusIdcard" min-width="190" /> |
| | | <el-table-column label="套餐名" align="center" prop="tcm" min-width="100" /> |
| | | <el-table-column label="登记时间" align="center" prop="tjTime" min-width="120" /> |
| | | <el-table-column label="审核状态" align="center" prop="confirmStatus" min-width="80"> |