|
@@ -8,14 +8,14 @@
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- <el-row :gutter="20">
|
|
|
|
|
|
+ <!--<el-row :gutter="20">
|
|
<el-col :span="4" v-for="(item,index) in data_zhxx_event" :key="index">
|
|
<el-col :span="4" v-for="(item,index) in data_zhxx_event" :key="index">
|
|
<div class="list-content">
|
|
<div class="list-content">
|
|
<span>{{item.value}}</span>
|
|
<span>{{item.value}}</span>
|
|
<h5>{{item.name}}</h5>
|
|
<h5>{{item.name}}</h5>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
- </el-row>
|
|
|
|
|
|
+ </el-row>-->
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -144,8 +144,7 @@
|
|
zhxx() {
|
|
zhxx() {
|
|
let that = this
|
|
let that = this
|
|
getZhxx().then(resp => {
|
|
getZhxx().then(resp => {
|
|
- that.data_zhxx_data = resp.data.data
|
|
|
|
- that.data_zhxx_event = resp.data.event
|
|
|
|
|
|
+ that.data_zhxx_data = [...resp.data.event, ...resp.data.data]
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
|