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 = () => {
|
const startSimulate = () => {
|
||||||
isStartSimulate.value = false
|
isStartSimulate.value = false
|
||||||
}
|
}
|
||||||
|
const endSimulate = () => {
|
||||||
|
isStartSimulate.value = true
|
||||||
|
}
|
||||||
const changeName = (id) => {
|
const changeName = (id) => {
|
||||||
for (let item of equipmentOption.value) {
|
for (let item of equipmentOption.value) {
|
||||||
if (item.value === id) {
|
if (item.value === id) {
|
||||||
|
|||||||
@@ -803,7 +803,7 @@ const handleMoreDelete = debounce(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.left-img {
|
.left-img {
|
||||||
cursor: pointer;
|
//cursor: pointer;
|
||||||
margin-top: 110px;
|
margin-top: 110px;
|
||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
width: 340px;
|
width: 340px;
|
||||||
|
|||||||
Reference in New Issue
Block a user