| | |
| | | fixed |
| | | label="序号" |
| | | align="center" |
| | | key="patid" |
| | | prop="patid" |
| | | key="inhospid" |
| | | prop="inhospid" |
| | | /><el-table-column |
| | | fixed |
| | | label="患者姓名" |
| | | align="center" |
| | | key="name" |
| | | prop="name" |
| | | key="patname" |
| | | prop="patname" |
| | | /> |
| | | <el-table-column |
| | | label="床位号" |
| | | align="center" |
| | | key="Patientnumber" |
| | | prop="Patientnumber" |
| | | key="bedNo" |
| | | prop="bedNo" |
| | | /> |
| | | <el-table-column |
| | | label="住院号" |
| | | align="center" |
| | | key="Patientnumber" |
| | | key="deptcode" |
| | | prop="Patientnumber" |
| | | /> |
| | | |
| | |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | label="费用" |
| | | label="费用(缺)" |
| | | align="center" |
| | | key="telephone" |
| | | prop="telephone" |
| | |
| | | <el-table-column |
| | | label="入科时间" |
| | | align="center" |
| | | key="archivetime" |
| | | prop="archivetime" |
| | | key="createTime" |
| | | prop="createTime" |
| | | width="160" |
| | | > |
| | | <template slot-scope="scope"> |
| | |
| | | <el-table-column |
| | | label="出院时间" |
| | | align="center" |
| | | key="archivetime" |
| | | prop="archivetime" |
| | | key="endtime" |
| | | prop="endtime" |
| | | width="160" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.createTime) }}</span> |
| | | <span>{{ parseTime(scope.row.endtime) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | label="护理等级" |
| | | label="护理等级(缺)" |
| | | align="center" |
| | | key="idcardtype" |
| | | prop="idcardtype" |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | label="病情状态" |
| | | label="病情状态(缺)" |
| | | align="center" |
| | | key="idcardno" |
| | | prop="idcardno" |
| | |
| | | <el-table-column |
| | | label="主任医师" |
| | | align="center" |
| | | key="telcode" |
| | | prop="telcode" |
| | | key="drname" |
| | | prop="drname" |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | label="主治医师" |
| | | label="主治医师(待定)" |
| | | align="center" |
| | | key="telcode" |
| | | prop="telcode" |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | label="住院医师" |
| | | label="住院医师(待定)" |
| | | align="center" |
| | | key="telcode" |
| | | prop="telcode" |
| | |
| | | import { delUser } from "@/api/system/user"; |
| | | |
| | | import { |
| | | messagelistpatient, |
| | | alterpatient, |
| | | addpatient, |
| | | listpatient, |
| | | particularpatient, |
| | | addpatient, |
| | | deletepatient, |
| | | Exporterrorpatient, |
| | | toleadpatient, |
| | | } from "@/api/patient/homepage"; |
| | | } from "@/api/patient/record"; |
| | | import { listtag } from "@/api/system/label"; |
| | | import { getToken } from "@/utils/auth"; |
| | | import Treeselect from "@riophae/vue-treeselect"; |
| | |
| | | /** 查询患者列表 */ |
| | | getList() { |
| | | this.loading = true; |
| | | messagelistpatient(this.queryParams).then((response) => { |
| | | listpatient(this.queryParams).then((response) => { |
| | | console.log(response); |
| | | this.userList = response.rows; |
| | | this.total = response.total; |