完成向上级联->选择通道-001

This commit is contained in:
panlinlin
2021-01-08 11:02:53 +08:00
parent 397e0c4a27
commit 0020402685
4 changed files with 17 additions and 30 deletions

View File

@@ -31,6 +31,8 @@
<el-table ref="channelListTable" :data="deviceChannelList" :height="winHeight" border style="width: 100%">
<el-table-column prop="channelId" label="通道编号" width="210">
</el-table-column>
<el-table-column prop="channelId" label="设备编号" width="210">
</el-table-column>
<el-table-column prop="name" label="通道名称">
</el-table-column>
<el-table-column prop="subCount" label="子节点数">