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