|
|
@ -4,10 +4,10 @@ |
|
|
|
<Video class="video-stream" :camId="camId" img="气象监测器" /> |
|
|
|
<ElTabs v-model="activeName" @tab-click="handleClickTabs" class="tabs"> |
|
|
|
<ElTabPane label="基本信息" name="first" style="height: 150px"> |
|
|
|
<Descriptions labelWidth="72px" :list="list" :data="data" style="gap: 18px;" /> |
|
|
|
<Descriptions :list="list" :data="data" style="gap: 18px;" /> |
|
|
|
</ElTabPane> |
|
|
|
<ElTabPane label="气象情况" name="second" style="height: 150px;overflow-y: auto;"> |
|
|
|
<Descriptions labelWidth="104px" :list="weatherList" :data="weatherData" style="gap: 14px" /> |
|
|
|
<Descriptions :list="weatherList" :data="weatherData" style="gap: 14px" /> |
|
|
|
</ElTabPane> |
|
|
|
<ElTabPane label="在线率统计" name="third" style="height: 150px"> |
|
|
|
<LineChart v-if="activeName === 'third'" :productId="dialogData.id" style="height: 150px" /> |
|
|
|