| | |
| | | :data="recordList" |
| | | @selection-change="handleSelectionChange" |
| | | > |
| | | <el-table-column type="selection" width="55" align="center" /> |
| | | <!-- <el-table-column type="selection" width="55" align="center" /> --> |
| | | <el-table-column label="序号" align="center" prop="newID" :show-overflow-tooltip="true" width="55px" /> |
| | | <el-table-column label="体检号" align="center" prop="tjNumber" :show-overflow-tooltip="true" width="170px" /> |
| | | <el-table-column label="接收号码" align="center" prop="number" :show-overflow-tooltip="true" width="110px" /> |