diff --git a/src/views/tunnel-simulate/index.vue b/src/views/tunnel-simulate/index.vue index 58b6f0d..0483c58 100644 --- a/src/views/tunnel-simulate/index.vue +++ b/src/views/tunnel-simulate/index.vue @@ -277,6 +277,9 @@ onMounted(() => { const startSimulate = () => { isStartSimulate.value = false } +const endSimulate = () => { + isStartSimulate.value = true +} const changeName = (id) => { for (let item of equipmentOption.value) { if (item.value === id) { diff --git a/src/views/tunnel-simulate/tunnel-list.vue b/src/views/tunnel-simulate/tunnel-list.vue index b2a614d..a0f0e73 100644 --- a/src/views/tunnel-simulate/tunnel-list.vue +++ b/src/views/tunnel-simulate/tunnel-list.vue @@ -803,7 +803,7 @@ const handleMoreDelete = debounce(() => { } .left-img { - cursor: pointer; + //cursor: pointer; margin-top: 110px; margin-right: 50px; width: 340px;