diff --git a/pages/commercialBI/carPortrait.vue b/pages/commercialBI/carPortrait.vue index 782b2ac..3081dd2 100644 --- a/pages/commercialBI/carPortrait.vue +++ b/pages/commercialBI/carPortrait.vue @@ -209,7 +209,7 @@ {{subItem.name}} - +
@@ -379,6 +379,8 @@ export default { } }, onLoad(option){ + console.log('option',option) + this.isShowAllProvince = option.mustAllProvince this.backType = option.type }, onShow(){ @@ -441,6 +443,7 @@ export default { if (this.serviceInfo.SERVERPART_NAME==='安徽驿达'){ this.isShowAllProvince = true } + console.log('this.isShowAllProvince',this.isShowAllProvince) if (this.isShowAllProvince === true){ this.getDetail(this.theRequest) }else{ diff --git a/pages/commercialBI/shopDetail.vue b/pages/commercialBI/shopDetail.vue index 7f390cf..9bf838e 100644 --- a/pages/commercialBI/shopDetail.vue +++ b/pages/commercialBI/shopDetail.vue @@ -80,8 +80,9 @@ 经营项目 ({{`${serviceList.length}`}})
- -
+ + +
@@ -91,7 +92,7 @@ {{item.SERVERPART_NAME}}
- {{typeObj[item.SERVERPART_TYPE]}} + {{item.SERVERPART_TYPE}}
diff --git a/pages/commercialBI/specialCase.vue b/pages/commercialBI/specialCase.vue index 2fe17bb..52e5eea 100644 --- a/pages/commercialBI/specialCase.vue +++ b/pages/commercialBI/specialCase.vue @@ -1,30 +1,83 @@