Compare commits

...

2 Commits

Author SHA1 Message Date
BianLzhaoMin 1db5f7cd6f Merge branch 'dev-nx' of http://192.168.0.56:3000/bonus/devicesmgt into dev-nx 2024-07-10 08:50:31 +08:00
BianLzhaoMin fb8599e607 优化页面 2024-07-10 08:50:28 +08:00
3 changed files with 9 additions and 9 deletions

View File

@ -44,13 +44,13 @@ export default {
},
updated() {
//
// if (
// localStorage.getItem('notice') &&
// getToken() &&
// !this.noticeDialog.outerVisible
// ) {
// this.getHomeNoticeFun()
// }
if (
localStorage.getItem('notice') &&
getToken() &&
!this.noticeDialog.outerVisible
) {
this.getHomeNoticeFun()
}
},
methods: {
//

View File

@ -166,7 +166,7 @@
align="center"
:selectable="
(row) => {
return row.repairStatusCode == 44 && row.commit == 0
return row.commit == 0
}
"
/>

View File

@ -167,7 +167,7 @@
align="center"
:selectable="
(row) => {
return row.repairStatusCode == 44 && row.commit == 0
return row.commit == 0
}
"
/>