| | |
| | | align="center" |
| | | key="operatortime" |
| | | prop="operatortime" |
| | | width="160" |
| | | |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ formatTime(scope.row.operatortime) }}</span> |
| | |
| | | align="center" |
| | | key="opreqcode" |
| | | prop="opreqcode" |
| | | width="120" |
| | | |
| | | /> |
| | | <!-- <el-table-column |
| | | label="姓名" |
| | |
| | | <el-table-column |
| | | fixed |
| | | label="姓名" |
| | | width="100" |
| | | |
| | | align="center" |
| | | key="paname" |
| | | prop="paname" |
| | |
| | | align="center" |
| | | key="telcode" |
| | | prop="telcode" |
| | | width="120" |
| | | width="160" |
| | | /> |
| | | |
| | | <!-- <el-table-column |
| | |
| | | align="center" |
| | | key="regdeptname" |
| | | prop="regdeptname" |
| | | width="120" |
| | | width="150" |
| | | /> |
| | | |
| | | <el-table-column |
| | |
| | | align="center" |
| | | key="surgeonname" |
| | | prop="surgeonname" |
| | | width="120" |
| | | |
| | | /> |
| | | <el-table-column |
| | | label="一助医生" |
| | | align="center" |
| | | key="firassname" |
| | | prop="firassname" |
| | | width="120" |
| | | |
| | | /> |
| | | <el-table-column |
| | | label="二助医生" |
| | | align="center" |
| | | key="secassname" |
| | | prop="secassname" |
| | | width="120" |
| | | |
| | | /> |
| | | <el-table-column |
| | | label="三助医生" |
| | | align="center" |
| | | key="thrassname" |
| | | prop="thrassname" |
| | | width="120" |
| | | |
| | | /> |
| | | <el-table-column |
| | | label="备注" |
| | | align="center" |
| | | key="remark" |
| | | prop="remark" |
| | | width="180" |
| | | |
| | | /> |
| | | <!-- <el-table-column |
| | | label="操作" |
| | |
| | | |
| | | import { |
| | | listoperation, |
| | | particularpatient, |
| | | |
| | | } from "@/api/patient/record"; |
| | | import { |
| | | messagelistpatient, |
| | | alterpatient, |
| | | addpatient, |
| | | particularpatient, |
| | | deletepatient, |
| | | Exporterrorpatient, |
| | | toleadpatient, |
| | | } from "@/api/patient/record"; |
| | | } from "@/api/patient/homepage"; |
| | | import { listtag } from "@/api/system/label"; |
| | | import { getToken } from "@/utils/auth"; |
| | | import Treeselect from "@riophae/vue-treeselect"; |
| | |
| | | }, |
| | | /** 搜索按钮操作 */ |
| | | handleQuery() { |
| | | this.queryParams.startOutHospTime = this.dateRange[0]; |
| | | this.queryParams.endOutHospTime = this.dateRange[1]; |
| | | this.queryParams.beginTime = this.dateRange[0]; |
| | | this.queryParams.endTime = this.dateRange[1]; |
| | | this.queryParams.pageNum = 1; |
| | | this.getList(); |
| | | }, |
| | |
| | | resetQuery() { |
| | | this.dateRange = []; |
| | | this.resetForm("queryForm"); |
| | | this.$refs.tree.setCurrentKey(null); |
| | | this.queryParams= { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | }, |
| | | this.handleQuery(); |
| | | }, |
| | | // 多选框选中数据 |