Browse Source

修改 一类交调站弹窗

wangqin
Joe 10 months ago
parent
commit
4b6c79707c
  1. 7
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Intermodulation/index.vue

7
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Intermodulation/index.vue

@ -8,10 +8,10 @@
<Descriptions :list="list" :data="data" style="gap: 18px" />
</ElTabPane>
<ElTabPane label="设备参数" name="second">
<div class="content-second">
<div class="content-second" style="height: 185px;">
<RadioGroup v-model="roadType" :options="roadTypeList" />
<span>当前车流量: 999</span>
<LineChartForTraffic v-if="activeName === 'second'" />
<LineChartForTraffic style="flex: 1;" v-if="activeName === 'second'" />
</div>
</ElTabPane>
<ElTabPane label="在线统计率" name="third">
@ -125,8 +125,6 @@ export default {
const roadInfo = await getRoadInfoByStakeMark(this.dialogData.stakeMark);
if (roadInfo) this.data.roadName = roadInfo.roadName;
},
methods: {
}
}
</script>
@ -169,6 +167,7 @@ div.switcher {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
gap: 9px;
}

Loading…
Cancel
Save