| | |
| | | </el-form-item> |
| | | </el-form> |
| | | |
| | | <el-row :gutter="10" class="mb8"> |
| | | <el-col :span="1.5"> |
| | | <el-button type="primary" plain icon="el-icon-plus" size="mini" |
| | | v-hasPermi="['hosp:detail:add']">恢复</el-button> |
| | | </el-col> |
| | | |
| | | </el-row> |
| | | |
| | | <el-table v-loading="loading" :data="inspectionList" border> |
| | | <el-table-column type="selection" width="55" align="center" /> |
| | | <el-table-column label="序号" align="center" prop="newID" width="55px" /> |
| | | <el-table-column label="体检号" align="center" prop="tjNum" :show-overflow-tooltip="true" /> |
| | | <!-- <el-table-column label="客户编号" align="center" prop="cusId" /> --> |