只显示待处理问题件列表

This commit is contained in:
mengxiaolong
2020-09-23 17:28:41 +08:00
parent c689e75396
commit 62ae6af158
2 changed files with 48 additions and 48 deletions

View File

@@ -6,7 +6,7 @@ export default [
name: 'QuestionsList',
component: g('QuestionsList'),
meta: {
title: '投问题件',
title: '投问题件',
index: 1
}
},

View File

@@ -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>