无等级网格版合并
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
<template>
|
||||
<div class="statistics" v-if="pageShow">
|
||||
<!-- <div class="gird-select">
|
||||
<img src="./components/img/gird-icon.png" alt="">
|
||||
<span>{{girdName}}</span>
|
||||
<img src="./components/img/down-icon.png" alt="">
|
||||
</div>
|
||||
<u-select v-model="showSelect" :list="myGirdList" value-name="id" label-name="girdName" @confirm="confirm"></u-select> -->
|
||||
<div class="info-content">
|
||||
<div class="title">今日概况</div>
|
||||
<div class="el-row">
|
||||
@@ -80,7 +74,6 @@ export default {
|
||||
todayList: [],
|
||||
info: {},
|
||||
pageShow: false,
|
||||
myGirdList: [],
|
||||
showSelect: false,
|
||||
myGirdList: [],
|
||||
girdName: '全部网格'
|
||||
@@ -101,7 +94,7 @@ export default {
|
||||
res.data.businessCountMap['办结率'] = Number(res.data.businessCountMap['办结率'] * 100).toFixed(1)
|
||||
}
|
||||
this.info = res.data
|
||||
|
||||
|
||||
Object.keys(res.data.todayCountMap).forEach((key) => {
|
||||
var info = {
|
||||
label: key,
|
||||
|
||||
Reference in New Issue
Block a user