Merge pull request 'fix : 修复隧道模拟首页,结束模拟之后切换状态' (#380) from dengjie into dev
Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/380
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -803,7 +803,7 @@ const handleMoreDelete = debounce(() => {
|
||||
}
|
||||
|
||||
.left-img {
|
||||
cursor: pointer;
|
||||
//cursor: pointer;
|
||||
margin-top: 110px;
|
||||
margin-right: 50px;
|
||||
width: 340px;
|
||||
|
||||
Reference in New Issue
Block a user