首页隐藏子计划,计划列表子计划设备管理
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-form> -->
|
||||
<!-- <el-button @click="logConnections">打印当前配对</el-button> -->
|
||||
<el-button @click="logConnections">打印当前配对</el-button>
|
||||
<VueFlow
|
||||
:nodes="nodes"
|
||||
:edges="edges"
|
||||
@@ -350,8 +350,7 @@ const open = async () => {
|
||||
'4': 1, // 标准设备2 → 1个通道
|
||||
}
|
||||
|
||||
const yPosition = ref(25)
|
||||
const yPosition2 = ref(25)
|
||||
|
||||
const createNodes = () => {
|
||||
const newNodes: any[] = []
|
||||
|
||||
@@ -365,6 +364,9 @@ const createNodes = () => {
|
||||
const outputChannelX = 800
|
||||
const standardWidth = 950
|
||||
|
||||
const yPosition = ref(25)
|
||||
const yPosition2 = ref(25)
|
||||
|
||||
// 添加被检通道
|
||||
Object.entries(channelCounts).forEach(([deviceId, count]) => {
|
||||
for (let i = 1; i <= count; i++) {
|
||||
|
||||
Reference in New Issue
Block a user