lex-xin 3 년 전
부모
커밋
8245a09461

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/app.3f96e5fd3e5be3cb788a.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/css/visitList.1d8c79cc.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/visitList.601dca07.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/visitList.7af134ed.js


+ 3 - 3
src/views/visitManager/visitList.vue

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.