去掉展开收起注释

merge-requests/1/head
张鑫 5 years ago
parent e27da0b58f
commit 003ca20639

@ -1,15 +1,5 @@
<template> <template>
<div class="realTime bg-white"> <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-tabs default-active-key="1" slot="headerContent" v-model="tabKey" @change="tabsChange">
<a-tab-pane key="0" tab="全部"> <a-tab-pane key="0" tab="全部">
</a-tab-pane> </a-tab-pane>
@ -68,8 +58,6 @@ export default {
name: "realTimeMonitoring", name: "realTimeMonitoring",
data() { data() {
return { return {
// true false
controlLabel: true,
realTimeListData:[], realTimeListData:[],
url:"722e6f04-bb3c-34b1-bcc7-ae9f6cd72e68", url:"722e6f04-bb3c-34b1-bcc7-ae9f6cd72e68",
tabKey: "0", tabKey: "0",
@ -103,10 +91,6 @@ export default {
}, },
methods: { methods: {
//
// handleUpDown() {
// this.controlLabel = !this.controlLabel;
// },
getRealTimeList(){ getRealTimeList(){
var that=this var that=this
this.$api.httpApi.getRealTimeList({ this.$api.httpApi.getRealTimeList({

Loading…
Cancel
Save