This commit is contained in:
tx 2024-09-13 17:43:38 +08:00
parent 53d2036584
commit b703233237
3 changed files with 13 additions and 7 deletions

View File

@ -699,7 +699,7 @@
fontSize: 10, //
borderRadius: 10, //
bgColor: '#000000', //
padding: 1, //
padding: 3, //
display: 'ALWAYS', //
}
})
@ -726,7 +726,7 @@
fontSize: 10, //
borderRadius: 10, //
bgColor: '#D4ECFF', //
padding: 1, //
padding: 3, //
display: 'ALWAYS', //
}
})
@ -750,7 +750,7 @@
fontSize: 10, //
borderRadius: 10, //
bgColor: '#D4ECFF', //
padding: 1, //
padding: 3, //
display: 'ALWAYS', //
}
})
@ -774,7 +774,7 @@
fontSize: 10, //
borderRadius: 10, //
bgColor: '#D4ECFF', //
padding: 1, //
padding: 3, //
display: 'ALWAYS', //
}
})
@ -798,7 +798,7 @@
fontSize: 10, //
borderRadius: 10, //
bgColor: '#D4ECFF', //
padding: 1, //
padding: 3, //
display: 'ALWAYS', //
}
})
@ -822,7 +822,7 @@
fontSize: 10, //
borderRadius: 10, //
bgColor: '#D4ECFF', //
padding: 1, //
padding: 3, //
display: 'ALWAYS', //
}
})
@ -845,7 +845,7 @@
fontSize: 10, //
borderRadius: 10, //
bgColor: '#000000', //
padding: 1, //
padding: 3, //
display: 'ALWAYS', //
}
})

View File

@ -1436,6 +1436,11 @@
},
search() {
this.pageNum=1
this.allList=[]
this.ingList=[]
this.reprement=[]
this.alreadyList=[]
clearTimeout(timerId1);
timerId1 = setTimeout(() => {
this.pageNum=1

View File

@ -1234,6 +1234,7 @@
},
deviceInfo() {
this.markers=[]
this.$u.get('/app/device/info?sn=' + this.sn).then((res) => {
console.log(res, 'rererer');
if (res.code === 200) {