|
|
|
|
@ -1,15 +1,5 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div class="realTime bg-white">
|
|
|
|
|
<!-- <div class="realTime-position">-->
|
|
|
|
|
<!-- <div class="realTime-position-label">选择位置:</div>-->
|
|
|
|
|
<!-- <div class="realTime-position-box">-->
|
|
|
|
|
<!-- <div class="realTime-position-box-btns"></div>-->
|
|
|
|
|
<!-- <div class="realTime-position-box-control" @click="handleUpDown">-->
|
|
|
|
|
<!-- {{controlLabel ? '收起' : '展开'}}-->
|
|
|
|
|
<!-- <a-icon type="up" :class="{'anticon-rotate': !controlLabel}"></a-icon>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<a-tabs default-active-key="1" slot="headerContent" v-model="tabKey" @change="tabsChange">
|
|
|
|
|
<a-tab-pane key="0" tab="全部">
|
|
|
|
|
</a-tab-pane>
|
|
|
|
|
@ -68,8 +58,6 @@ export default {
|
|
|
|
|
name: "realTimeMonitoring",
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
// 收起true 展开false
|
|
|
|
|
controlLabel: true,
|
|
|
|
|
realTimeListData:[],
|
|
|
|
|
url:"722e6f04-bb3c-34b1-bcc7-ae9f6cd72e68",
|
|
|
|
|
tabKey: "0",
|
|
|
|
|
@ -103,10 +91,6 @@ export default {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
// 展开收起
|
|
|
|
|
// handleUpDown() {
|
|
|
|
|
// this.controlLabel = !this.controlLabel;
|
|
|
|
|
// },
|
|
|
|
|
getRealTimeList(){
|
|
|
|
|
var that=this
|
|
|
|
|
this.$api.httpApi.getRealTimeList({
|
|
|
|
|
|