mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 03:42:53 +08:00
Merge branch 'feature/GFRS【0507】增加银保渠道明细' into dev
This commit is contained in:
@@ -69,7 +69,7 @@ export default {
|
||||
this.title = '健康险'
|
||||
} else if (localStorage.title == '银代') {
|
||||
if(localStorage.name){
|
||||
this.title=localStorage.name
|
||||
this.title= '银代-险种名称'
|
||||
}else{
|
||||
this.title = '银保'
|
||||
}
|
||||
@@ -117,6 +117,9 @@ export default {
|
||||
case '机构名称':
|
||||
text = '机构名称'
|
||||
break
|
||||
case '银代-险种名称':
|
||||
text = '险种名称'
|
||||
break
|
||||
}
|
||||
return text
|
||||
}
|
||||
|
||||
@@ -68,6 +68,13 @@
|
||||
size="large"
|
||||
>查看明细</van-button>
|
||||
<div class="flex justify-content-s bottom-btn bg-white" v-show="this.active == '4'">
|
||||
<van-button
|
||||
class="bottom0 left0"
|
||||
type="danger"
|
||||
size="large"
|
||||
v-no-more-click="1000"
|
||||
@click="goDetail('3')"
|
||||
>险种明细</van-button>
|
||||
<van-button
|
||||
class="bottom0 left0"
|
||||
type="danger"
|
||||
@@ -75,13 +82,6 @@
|
||||
v-no-more-click="1000"
|
||||
size="large"
|
||||
>银行明细</van-button>
|
||||
<van-button
|
||||
class="bottom0 left0"
|
||||
type="danger"
|
||||
size="large"
|
||||
v-no-more-click="1000"
|
||||
@click="goDetail('3')"
|
||||
>机构明细</van-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user