列车添加取消连接选项

This commit is contained in:
joylink_fanyuhong 2024-04-08 15:29:07 +08:00
parent 2f0ab96b68
commit f810b63589

View File

@ -68,6 +68,8 @@ onMounted(() => {
list.push({ label: '半实物', value: 1 });
} else if (element.connType === 2) {
list.push({ label: 'PC仿真', value: 2 });
} else if (element.connType === 1) {
list.push({ label: '取消连接', value: 0 });
}
});
connectOptions.value = list;