Browse Source

样式修改

360view
bianyaqi 2 years ago
parent
commit
debef9e632
  1. 4
      public/index.html
  2. 11
      src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue
  3. 8
      src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue

4
public/index.html

@ -39,8 +39,8 @@
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
//http://121.36.16.195:9002/huimu-admin/swagger-ui/index.html
// window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://192.168.0.167:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.0.167:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.4.174:8036/xiangan-crf';
</script>
<% } %>

11
src/page-subspecialty/views/modules/nurseManagement/reservation/schedule/doctor-schedule.vue

@ -80,7 +80,7 @@
</div>
<div
v-show="weekInfoItem.morningOpen && (weekInfoItem.morning.maxNumber > weekInfoItem.morning.orderNum) "
class="yi-yue"
:class="index%2===0?'yi-yue':'yi-yue2'"
>
<p>已约</p>
<p>{{ weekInfoItem.morning.orderNum }} / {{ weekInfoItem.morning.maxNumber }}</p>
@ -122,7 +122,7 @@
</div>
<div
v-show="weekInfoItem.afterOpen && (weekInfoItem.after.maxNumber > weekInfoItem.after.orderNum) "
class="yi-yue"
:class="index%2===0?'yi-yue':'yi-yue2'"
>
<p>已约</p>
<p>{{ weekInfoItem.after.orderNum }} / {{ weekInfoItem.after.maxNumber }}</p>
@ -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;
}

8
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) {

Loading…
Cancel
Save