This commit is contained in:
shijingjing
2022-02-14 10:42:29 +08:00
parent bcc2e63819
commit a25f827cae
4 changed files with 25 additions and 55 deletions

View File

@@ -33,7 +33,7 @@
</div>
</div>
<div class="status" :class="item.eventStatus == 0 ? 'status0' : item.eventStatus == 1 ? 'status1' : item.eventStatus == 2 ? 'status2' : 'status3'" v-if="item.eventStatus">
<div class="status" :class="item.eventStatus == 0 ? 'status1' : 'status2'" v-if="item.eventStatus">
<span class="icon"></span>
<span>
{{ $dict.getLabel('clapEventStatus', item.eventStatus) }}
@@ -160,11 +160,6 @@ export default {
this.$http.post('/app/appclapeventinfo/clapEventStatisticByGirdMember').then((res) => {
if (res.code == 0) {
Object.keys(res.data).forEach(() => {
// var info = {
// label: key,
// value: res.data[key]
// }
// this.statisticsList.push(info)
this.staticName[0].value = res.data['待处理']
this.staticName[1].value = res.data['上报数']
this.staticName[2].value = res.data['已办数']
@@ -175,12 +170,8 @@ export default {
},
// 切换类型
changeType(e) {
// if (e[0].value != 1) {
this.status = e[0].label
this.eventStatus = e[0].value
// } else {
// this.eventStatus = 4
// }
this.current = 1
this.datas = []
this.getList()