|
|
@ -19,7 +19,7 @@
|
|
|
|
<tab-one v-if="active == 0" :detailedInfo="info"></tab-one>
|
|
|
|
<tab-one v-if="active == 0" :detailedInfo="info"></tab-one>
|
|
|
|
<tab-two v-if="active == 1" :creditCode="$route.query.creditCode" :detailedInfo="info"></tab-two>
|
|
|
|
<tab-two v-if="active == 1" :creditCode="$route.query.creditCode" :detailedInfo="info"></tab-two>
|
|
|
|
<tab-three v-if="active == 2" :creditCode="$route.query.creditCode"></tab-three>
|
|
|
|
<tab-three v-if="active == 2" :creditCode="$route.query.creditCode"></tab-three>
|
|
|
|
<tab-four v-if="active == 3" :id="$route.query.userId"></tab-four>
|
|
|
|
<tab-four v-if="active == 3" :id="$route.query.userId + ''"></tab-four>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="enter-footTabs" v-if="userType == '02'">
|
|
|
|
<div class="enter-footTabs" v-if="userType == '02'">
|
|
|
@ -290,7 +290,7 @@ export default {
|
|
|
|
const elementHeight = element.offsetHeight;
|
|
|
|
const elementHeight = element.offsetHeight;
|
|
|
|
const headerHeight = header.offsetHeight;
|
|
|
|
const headerHeight = header.offsetHeight;
|
|
|
|
const paginationtHeight = pagination.offsetHeight;
|
|
|
|
const paginationtHeight = pagination.offsetHeight;
|
|
|
|
this.tabStyle.height = (elementHeight - headerHeight - paginationtHeight - 74) + 'px';
|
|
|
|
this.tabStyle.height = (elementHeight - headerHeight - paginationtHeight - 100) + 'px';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|