优化页面

This commit is contained in:
BianLzhaoMin 2024-07-10 08:50:28 +08:00
parent 5f17f97f0e
commit fb8599e607
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
}
"
/>