|  | @@ -106,14 +106,10 @@
 | 
	
		
			
				|  |  |      <div id="router-lane">
 | 
	
		
			
				|  |  |        <div style="height: 10px"></div>
 | 
	
		
			
				|  |  |        <van-row gutter="5">
 | 
	
		
			
				|  |  | -        <van-col span="6" @click="routeTo('/appointment')">
 | 
	
		
			
				|  |  | +        <van-col span="6" @click="routeTo('/appointmentEntry')">
 | 
	
		
			
				|  |  |            <img src="@/assets/hospital-service/yuyueguahao.png"/>
 | 
	
		
			
				|  |  |            <div class="icon-label">预约挂号</div>
 | 
	
		
			
				|  |  |          </van-col>
 | 
	
		
			
				|  |  | -        <van-col span="6" @click="routeTo('/nightClinic')">
 | 
	
		
			
				|  |  | -          <img src="@/assets/hospital-service/night-clinic.png"/>
 | 
	
		
			
				|  |  | -          <div class="icon-label">夜间门诊</div>
 | 
	
		
			
				|  |  | -        </van-col>
 | 
	
		
			
				|  |  |          <van-col span="6" @click="routeTo(filterPath('/mzFeeList/unpaid/', '/selectPayPatient'))">
 | 
	
		
			
				|  |  |            <img src="@/assets/hospital-service/menzhenjiaofei.png"/>
 | 
	
		
			
				|  |  |            <div class="icon-label">门诊缴费</div>
 | 
	
	
		
			
				|  | @@ -122,6 +118,10 @@
 | 
	
		
			
				|  |  |            <img src="@/assets/hospital-service/baogaochaxun.png"/>
 | 
	
		
			
				|  |  |            <div class="icon-label">报告查询</div>
 | 
	
		
			
				|  |  |          </van-col>
 | 
	
		
			
				|  |  | +        <van-col span="6" @click="routeTo( '/selfService')">
 | 
	
		
			
				|  |  | +          <img src="@/assets/hospital-service/gouwuche.png"/>
 | 
	
		
			
				|  |  | +          <div class="icon-label">自助服务</div>
 | 
	
		
			
				|  |  | +        </van-col>
 | 
	
		
			
				|  |  |        </van-row>
 | 
	
		
			
				|  |  |        <div style="height: 10px"></div>
 | 
	
		
			
				|  |  |        <van-row gutter="5">
 | 
	
	
		
			
				|  | @@ -137,9 +137,9 @@
 | 
	
		
			
				|  |  |            <img src="@/assets/hospital-service/tijianbaogao.png"/>
 | 
	
		
			
				|  |  |            <div class="icon-label">体检报告</div>
 | 
	
		
			
				|  |  |          </van-col>
 | 
	
		
			
				|  |  | -        <van-col span="6" @click="routeTo( '/selfService')">
 | 
	
		
			
				|  |  | -          <img src="@/assets/hospital-service/gouwuche.png"/>
 | 
	
		
			
				|  |  | -          <div class="icon-label">自助服务</div>
 | 
	
		
			
				|  |  | +        <van-col span="6" @click="routeTo('/selectPriceQueryBranch')">
 | 
	
		
			
				|  |  | +          <img src="@/assets/hospital-service/price-query.png"/>
 | 
	
		
			
				|  |  | +          <div class="icon-label">价格查询</div>
 | 
	
		
			
				|  |  |          </van-col>
 | 
	
		
			
				|  |  |        </van-row>
 | 
	
		
			
				|  |  |        <div style="height: 10px"></div>
 | 
	
	
		
			
				|  | @@ -148,14 +148,6 @@
 | 
	
		
			
				|  |  |            <img src="@/assets/hospital-service/online-consult.png"/>
 | 
	
		
			
				|  |  |            <div class="icon-label">药品咨询</div>
 | 
	
		
			
				|  |  |          </van-col>
 | 
	
		
			
				|  |  | -        <van-col span="6" @click="routeTo('/selectTargetPatient')">
 | 
	
		
			
				|  |  | -          <img src="@/assets/hospital-service/appointmentmanagement.png"/>
 | 
	
		
			
				|  |  | -          <div class="icon-label">挂号管理</div>
 | 
	
		
			
				|  |  | -        </van-col>
 | 
	
		
			
				|  |  | -        <van-col span="6" @click="routeTo('/selectPriceQueryBranch')">
 | 
	
		
			
				|  |  | -          <img src="@/assets/hospital-service/price-query.png"/>
 | 
	
		
			
				|  |  | -          <div class="icon-label">价格查询</div>
 | 
	
		
			
				|  |  | -        </van-col>
 | 
	
		
			
				|  |  |          <van-col span="6" @click="clickComplaintsAndSuggestions">
 | 
	
		
			
				|  |  |            <img src="@/assets/hospital-service/complaints_and_suggestions.png"/>
 | 
	
		
			
				|  |  |            <div class="icon-label">投诉与建议</div>
 |