diff --git a/public/index.html b/public/index.html index 6192670..708e470 100644 --- a/public/index.html +++ b/public/index.html @@ -39,8 +39,8 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% } %> diff --git a/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue b/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue index c7a97bf..87536cf 100644 --- a/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue +++ b/src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue @@ -80,7 +80,7 @@

已约

{{ weekInfoItem.morning.orderNum }} / {{ weekInfoItem.morning.maxNumber }}

@@ -122,7 +122,7 @@

已约

{{ weekInfoItem.after.orderNum }} / {{ weekInfoItem.after.maxNumber }}

@@ -517,6 +517,7 @@ export default { overflow: hidden; .yue-man, .yi-yue, + .yi-yue2, .none { width: 100%; height: 100%; @@ -544,6 +545,12 @@ export default { color: #00bb61; } } + .yi-yue2 { + border-top: 2px solid #409EFF; + p:nth-child(2) { + color: #409EFF; + } + } .none { border-top: 2px solid #e1e1e1; } diff --git a/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue index 89c171b..395c859 100644 --- a/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue +++ b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue @@ -227,10 +227,14 @@ export default { reDialogShow: false, dataForm: { appointStatus: '', - searchType: '0', + searchType: '9', itemId: '' }, options: [ + { + value: '9', + label: '今天以后' + }, { value: '0', label: '今天' @@ -329,7 +333,7 @@ export default { // 日期改变时 this.dataForm.beginDate = e ? e[0] : '' this.dataForm.endDate = e ? e[1] : '' - this.dataForm.searchType = e ? '' : '0' + this.dataForm.searchType = e ? '' : '9' this.getDataListInitial() }, handleType(value, index) {