diff --git a/src/views/manage/manualReview/index.vue b/src/views/manage/manualReview/index.vue index 13b6084..e73d531 100644 --- a/src/views/manage/manualReview/index.vue +++ b/src/views/manage/manualReview/index.vue @@ -6,8 +6,8 @@
- + @@ -58,7 +58,7 @@ - +
@@ -175,7 +175,7 @@ export default { dischargeMethod: null, patientSource: null, routeCheckStatus: "UNAUDITED", - serviceStatus:'SERVICE_CENTER', + serviceStatus: 'SERVICE_CENTER', }, dischargeTime: [], admissionTime: [], @@ -295,30 +295,30 @@ export default { /** 重置按钮操作 */ resetQuery() { // 未审核 - if(this.queryParams.routeCheckStatus == "UNAUDITED"){ + if (this.queryParams.routeCheckStatus == "UNAUDITED") { this.queryParams = { - pageNum: 1, - pageSize: 10, - routeCheckStatus:'UNAUDITED', - serviceStatus:'SERVICE_CENTER', + pageNum: 1, + pageSize: 10, + routeCheckStatus: 'UNAUDITED', + serviceStatus: 'SERVICE_CENTER', - } - }else if(this.queryParams.routeCheckStatus == "AGREE"){//已审核 + } + } else if (this.queryParams.routeCheckStatus == "AGREE") {//已审核 this.queryParams = { - pageNum: 1, - pageSize: 10, - routeCheckStatus:'AGREE', - serviceStatus:'SERVICE_CENTER', + pageNum: 1, + pageSize: 10, + routeCheckStatus: 'AGREE', + serviceStatus: 'SERVICE_CENTER', - } - }else if(this.queryParams.routeCheckStatus == "DISAGREE"){//易忽略 + } + } else if (this.queryParams.routeCheckStatus == "DISAGREE") {//易忽略 this.queryParams = { - pageNum: 1, - pageSize: 10, - routeCheckStatus:'DISAGREE', - serviceStatus:'SERVICE_CENTER', + pageNum: 1, + pageSize: 10, + routeCheckStatus: 'DISAGREE', + serviceStatus: 'SERVICE_CENTER', - } + } } this.signTime = []; this.admissionTime = []; @@ -466,4 +466,7 @@ export default { padding-top: 0 !important; } +::v-deep .el-table__fixed-right::before { + height: 0px !important; +} diff --git a/src/views/manage/patientInfo/index.vue b/src/views/manage/patientInfo/index.vue index b726b7b..33c6af6 100644 --- a/src/views/manage/patientInfo/index.vue +++ b/src/views/manage/patientInfo/index.vue @@ -4,196 +4,80 @@
- +
- +
- + - + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + @@ -204,19 +88,10 @@
- + - + - + - + - - - - - - + + + + + + @@ -313,33 +143,17 @@ v-hasPermi="['manage:patientInfo:edit']">修改 删除 --> - 详情 - 画像编辑 + 详情 + 画像编辑
- +
- + @@ -734,10 +548,6 @@ export default { overflow: hidden; } -::v-deep .el-table__fixed, -::v-deep .el-table__fixed-right { -} - .card-table { width: 80px; height: 30px; diff --git a/src/views/manage/preHospitalized/index.vue b/src/views/manage/preHospitalized/index.vue index ca1c0ed..b56abf1 100644 --- a/src/views/manage/preHospitalized/index.vue +++ b/src/views/manage/preHospitalized/index.vue @@ -653,17 +653,17 @@ export default { familyMemberPhone: row.familyMemberPhone, cardNo: row.cardNo, address: row.address, - mainDiagnosis:row.mainDiagnosis, - hospitalAgencyName:row.hospitalAgencyName, - campusAgencyName:row.campusAgencyName, - departmentName:row.departmentName, - wardName:row.wardName, - certificateIssuingDoctorName:row.certificateIssuingDoctorName, - appointmentTreatmentGroup:row.appointmentTreatmentGroup, - responsibleNurse:row.responsibleNurse, - registrationNo:row.registrationNo, - registrationDate:row.registrationDate, - appointmentDate:row.appointmentDate, + mainDiagnosis: row.mainDiagnosis, + hospitalAgencyName: row.hospitalAgencyName, + campusAgencyName: row.campusAgencyName, + departmentName: row.departmentName, + wardName: row.wardName, + certificateIssuingDoctorName: row.certificateIssuingDoctorName, + appointmentTreatmentGroup: row.appointmentTreatmentGroup, + responsibleNurse: row.responsibleNurse, + registrationNo: row.registrationNo, + registrationDate: row.registrationDate, + appointmentDate: row.appointmentDate, sex: row.sex, birthDate: row.birthDate, @@ -1174,20 +1174,22 @@ export default { }; diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index 7a77868..0dd344a 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -1,79 +1,36 @@