This commit is contained in:
wanglei
2022-02-10 14:36:31 +08:00
parent 2430e560fa
commit 66a58a8daf
2 changed files with 11 additions and 27 deletions

View File

@@ -4,12 +4,8 @@
<div class="content-box">
<div class="content-list">
<div class="list-item" v-for="(item, index) in statisticsList" :key="index">
<h3>
{{item.value}}
</h3>
<p>
{{item.label}}
</p>
<h3>{{ item.value }}</h3>
<p>{{ item.label }}</p>
</div>
</div>
</div>
@@ -17,7 +13,7 @@
<!-- 事件列表 -->
<div class="title">
<div class="title-name">事件列表</div>
<div class="title-type" @click="showGird = true">{{ status? status: '全部' }}<u-icon name="arrow-down"></u-icon></div>
<div class="title-type" @click="showGird = true">{{ status? status: '全部类型' }}<u-icon name="arrow-down"></u-icon></div>
</div>
<template>
@@ -105,8 +101,6 @@ export default {
})
},
onShow() {
document.title = '矛盾调解'
this.getList()
@@ -142,7 +136,6 @@ export default {
},
getStaticList() {
this.$http.post('/app/appclapeventinfo/clapEventStatisticByGirdMember').then((res) => {
// console.log(res);
if (res.code == 0){
for (let i in res.data) {
var obj = {