|
@@ -1,9 +1,9 @@
|
|
<template>
|
|
<template>
|
|
<div class="visitList">
|
|
<div class="visitList">
|
|
- <van-sticky>
|
|
|
|
|
|
+ <!-- <van-sticky>
|
|
<m-header v-if="headerStatus" :isFixed="false" />
|
|
<m-header v-if="headerStatus" :isFixed="false" />
|
|
- </van-sticky>
|
|
|
|
- <van-tabs v-model="active" @change="tabChange" sticky offset-top="0.44rem" title-active-color="#000000" title-inactive-color="#808080" color="#01C1B5" class="van-hairline--bottom">
|
|
|
|
|
|
+ </van-sticky> -->
|
|
|
|
+ <van-tabs v-model="active" @change="tabChange" title-active-color="#000000" title-inactive-color="#808080" color="#01C1B5" class="van-hairline--bottom">
|
|
<van-tab title="待回访列表" name="all">
|
|
<van-tab title="待回访列表" name="all">
|
|
<beforeVisitList />
|
|
<beforeVisitList />
|
|
</van-tab>
|
|
</van-tab>
|