From 83306ef9b392af7e1dde418cf50a95981fba4afd Mon Sep 17 00:00:00 2001
From: longchao <588888888@qq.com>
Date: Wed, 14 Jan 2026 15:02:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=94=AF=E6=8C=81=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E9=A1=B9=E7=9B=AE=E4=BB=B7=E6=A0=BC=C2=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/HosInformation.vue | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
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) {