feat: 拓扑图
This commit is contained in:
@ -52,10 +52,24 @@
|
||||
|
||||
</view>
|
||||
<view class="box">
|
||||
<Section title="测试" />
|
||||
<ceshi-t />
|
||||
<Section title="测试01" />
|
||||
<view class="marginT20">
|
||||
<ceshi-t />
|
||||
</view>
|
||||
</view>
|
||||
<view class="box">
|
||||
<Section title="测试02" />
|
||||
<view class="marginT20">
|
||||
<ceshi-l />
|
||||
</view>
|
||||
</view>
|
||||
<view class="box">
|
||||
<Section title="测试03" />
|
||||
<!-- 当前组件有数据处理示例 -->
|
||||
<view class="marginT20">
|
||||
<ceshi-s />
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="topologyType === 9" class="box">
|
||||
<Section :title="$t('homePage.home.deviceMonitor')" />
|
||||
<devicemonitoring ref="deviceFire" />
|
||||
@ -122,6 +136,8 @@
|
||||
import charts from "@/components/charts/index";
|
||||
import cixi from './components/topology/cixi'
|
||||
import ceshiT from './components/topology/ceshiT.vue'
|
||||
import ceshiL from './components/topology/ceshiL.vue'
|
||||
import ceshiS from './components/topology/ceshiS.vue'
|
||||
import weishanhu from './components/topology/weishanhu.vue'
|
||||
import sanmenxia from './components/topology/sanmenxia.vue'
|
||||
import lingchao from './components/topology/lingchao.vue'
|
||||
@ -148,6 +164,8 @@
|
||||
export default {
|
||||
components: {
|
||||
ceshiT,
|
||||
ceshiL,
|
||||
ceshiS,
|
||||
myGrid,
|
||||
stationDropdow,
|
||||
Section,
|
||||
|
||||
Reference in New Issue
Block a user