diff --git a/src/views/HosInformation.vue b/src/views/HosInformation.vue index 7148281..a16009a 100644 --- a/src/views/HosInformation.vue +++ b/src/views/HosInformation.vue @@ -121,6 +121,19 @@ + +
+
+

子功能:

+ +
+ 是否显示项目价格 +
+
+
+
+
@@ -1144,6 +1157,7 @@ export default { previewFunctions:[], firstVisitAudit:0, canCheckInList:[], + showProjectPrice:[], pageDescTexts:[ { location: '出诊医院省市', @@ -2944,6 +2958,12 @@ export default { this.canCheckInList = [1] } + if(response.data.show_project_price) { + this.showProjectPrice = [1] + }else{ + this.showProjectPrice = [] + } + this.getAreaData(this.form.province) }).catch(error => { console.error(error, 'error') @@ -3371,6 +3391,11 @@ export default { props.can_check_in = 0 if(this.canCheckInList.length > 0) props.can_check_in = 1 + if(this.showProjectPrice.length > 0) { + props.show_project_price = 1 + }else{ + props.show_project_price = 0 + } if (this.doctor_id && !this.depart_id) { if (this.departType.length <= 0) {