|
|
|
@ -132,7 +132,7 @@ |
|
|
|
</section> |
|
|
|
|
|
|
|
<section class="bto-box"> |
|
|
|
<div id="myCharts" v-if="user.level != 'street'"></div> |
|
|
|
<div id="myCharts" v-if="user.level == 'community'"></div> |
|
|
|
<div v-else class="f-top16"> |
|
|
|
<el-table |
|
|
|
:data="tableList" |
|
|
|
@ -936,7 +936,7 @@ export default { |
|
|
|
this.initData(); |
|
|
|
}, |
|
|
|
async initData() { |
|
|
|
if (this.user.level != "street") { |
|
|
|
if (this.user.level == "community") { |
|
|
|
this.getCharts(); |
|
|
|
} else { |
|
|
|
this.getTableData(); |
|
|
|
|