Chensc 1 deň pred
rodič
commit
912aadf1b0

+ 3 - 3
component/statistics/reservationSituation/index.js

@ -1,5 +1,5 @@
var template = ''
$.ajax('../../../component/statistics/ReservationSituation/index.html', {
$.ajax('../../../component/statistics/reservationSituation/index.html', {
  data: {},
  dataType: 'html',
  cache: false,
@ -46,8 +46,8 @@ Vue.component('reservation-situation', {
        { label: '居民', prop: 'name', width: '100' },
        { label: '年龄', prop: 'age', width: '90' },
        { label: '性别', prop: 'sex', width: '90' },
        { label: '手机号', prop: 'hospitalName', width: '130' },
        { label: '地址', prop: 'doctorName', width: '140' },
        { label: '手机号', prop: 'mobile', width: '130' },
        { label: '地址', prop: 'address', width: '140' },
        { label: '是否签约', prop: 'isSign', width: '90' },
        { label: '社区医院', prop: 'hospitalName', width: '140' },
        { label: '签约医生', prop: 'doctorName', width: '90' },