mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 21:22:52 +08:00
只显示待处理问题件列表
This commit is contained in:
@@ -6,7 +6,7 @@ export default [
|
||||
name: 'QuestionsList',
|
||||
component: g('QuestionsList'),
|
||||
meta: {
|
||||
title: '电投问题件',
|
||||
title: '投保问题件',
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<div @click="searchProblems">搜索</div>
|
||||
</template>
|
||||
</van-search>
|
||||
<van-tabs v-model="active" @change="changeProblemList">
|
||||
<van-tab title="待处理">
|
||||
<!-- <van-tabs v-model="active" @change="changeProblemList">
|
||||
<van-tab title="待处理"> -->
|
||||
<van-list
|
||||
class="vanList"
|
||||
:immediate-check="false"
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</van-list>
|
||||
</van-tab>
|
||||
<!-- </van-tab>
|
||||
<van-tab title="已处理">
|
||||
<van-list
|
||||
class="vanList"
|
||||
@@ -95,7 +95,7 @@
|
||||
</div>
|
||||
</van-list>
|
||||
</van-tab>
|
||||
</van-tabs>
|
||||
</van-tabs> -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user