diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue index bfbcd83..6f9d9f0 100644 --- a/src/components/doctorCheck/PatientRegisterList.vue +++ b/src/components/doctorCheck/PatientRegisterList.vue @@ -101,12 +101,12 @@ - + {{ scope.row.customerOrgParentName ? scope.row.customerOrgParentName : scope.row.customerOrgName }} - + {{ scope.row.customerOrgParentName ? scope.row.customerOrgName : "" }} diff --git a/src/components/patientRegister/PatientRegisterItem.vue b/src/components/patientRegister/PatientRegisterItem.vue index 2a662e0..23f2344 100644 --- a/src/components/patientRegister/PatientRegisterItem.vue +++ b/src/components/patientRegister/PatientRegisterItem.vue @@ -596,7 +596,9 @@ export default { amount: 1, total: asbItemChoosed[i].price, } - this.dataTransOpts.tableM.register_check_asbitem.push(pojo) + // 优化加最上面 + //this.dataTransOpts.tableM.register_check_asbitem.push(pojo) + this.dataTransOpts.tableM.register_check_asbitem.splice(0,0,pojo) } this.refreshAsbitem() diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index bd42ceb..1772e06 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -9,7 +9,7 @@ : Math.floor(((window.pageHeight - 250) * 2) / 3) " highlight-current-row @row-click="rowClick" @row-dblclick="dblClick" size="small" row-key="id" @selection-change="handleSelectionChange" @row-contextmenu="onCellRightClick" ref="info" id="info" - :row-class-name="handleRowClassName" use-virtual :row-height="30" @table-body-scroll="scrollFull" + :row-class-name="handleRowClassName" use-virtual :row-height="25" @table-body-scroll="scrollFull" big-data-checkbox :data-changes-scroll-top="false"> - + @@ -50,6 +51,13 @@ + + + {{ item.asbitemName }} + +