| | |
| | | align="center" |
| | | key="sfzh" |
| | | prop="sfzh" |
| | | /> |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span> |
| | | </template></el-table-column |
| | | > |
| | | <el-table-column |
| | | label="联系电话" |
| | | width="200" |
| | | align="center" |
| | | key="phone" |
| | | prop="phone" |
| | | /> |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ desensitization(scope.row.phone, "phone") }}</span> |
| | | </template></el-table-column |
| | | > |
| | | <el-table-column |
| | | label="责任护士" |
| | | width="120" |
| | |
| | | }); |
| | | }, |
| | | affiliation() { |
| | | this.topqueryParams.managementDoctor = store.getters.hisUserId; |
| | | |
| | | this.topqueryParams.managementDoctorCode= store.getters.hisUserId; |
| | | this.getList(1); |
| | | }, |
| | | onthatday() { |