列车添加取消连接选项
This commit is contained in:
parent
2f0ab96b68
commit
f810b63589
@ -68,6 +68,8 @@ onMounted(() => {
|
|||||||
list.push({ label: '半实物', value: 1 });
|
list.push({ label: '半实物', value: 1 });
|
||||||
} else if (element.connType === 2) {
|
} else if (element.connType === 2) {
|
||||||
list.push({ label: 'PC仿真', value: 2 });
|
list.push({ label: 'PC仿真', value: 2 });
|
||||||
|
} else if (element.connType === 1) {
|
||||||
|
list.push({ label: '取消连接', value: 0 });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
connectOptions.value = list;
|
connectOptions.value = list;
|
||||||
|
Loading…
Reference in New Issue
Block a user