| | |
| | | @selection-change="handleSelectionChange" |
| | | > |
| | | <el-table-column type="selection" width="50" align="center" /> |
| | | <!-- <el-table-column |
| | | fixed |
| | | label="序号" |
| | | align="center" |
| | | key="id" |
| | | prop="id" |
| | | /> --> |
| | | <el-table-column |
| | | fixed |
| | | label="姓名" |
| | |
| | | key="name" |
| | | prop="name" |
| | | /> |
| | | <el-table-column |
| | | label="患者编号" |
| | | align="center" |
| | | key="patientno" |
| | | prop="patientno" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column label="性别" align="center" key="sex" prop="sex"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.sex == 1 ? "男" : "女" }}</span> |
| | |
| | | key="age" |
| | | prop="age" |
| | | width="160" |
| | | > <template slot-scope="scope"> |
| | | <span v-if="scope.row.age">{{ scope.row.age }}{{scope.row.ageUnit }}</span><span v-if="scope.row.age2">{{ scope.row.age2 }}{{scope.row.ageUnit2 }}</span> |
| | | |
| | | </template> |
| | | </el-table-column> |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span v-if="scope.row.age" |
| | | >{{ scope.row.age }}{{ scope.row.ageUnit }}</span |
| | | ><span v-if="scope.row.age2" |
| | | >{{ scope.row.age2 }}{{ scope.row.ageUnit2 }}</span |
| | | > |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="出生年月" |
| | | align="center" |
| | |
| | | allhosp: "1", |
| | | pageSize: 10, |
| | | searchscope: 2, |
| | | notrequiredFlag:1, |
| | | notrequiredFlag: 0, |
| | | tagname: "", |
| | | idcardno: undefined, |
| | | name: undefined, |