Explorar el Código

无权限bug修复

yingzhou hace 6 años
padre
commit
b2eb4de26a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/rehabilitation/html/service_item_content.html

+ 1 - 1
app/rehabilitation/html/service_item_content.html

@ -116,7 +116,7 @@
			      				<div class="f14 c-333">{{item.content}}</div>
		      				</div>
	      				</div>
		      			<div class="flex-box btns-group">
		      			<div class="flex-box btns-group" v-if="service.isMyTask==1">
		      				<!--<button class="btn btn-yuyue" v-if="service.itemType==0 && service.operate!=1">上传附件</button>-->
		      				<button class="btn btn-yuyue" v-if="service.itemType==2 && service.operate!=1" @click="jkjy(service.patient,service.planDetaiId)">健康教育</button>
		      				<button class="btn btn-yuyue" v-if="service.itemType==3 && service.operate!=1" @click="jkzd(service.planDetaiId,service.patient)">健康指导</button>