优化页面

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() { updated() {
// //
// if ( if (
// localStorage.getItem('notice') && localStorage.getItem('notice') &&
// getToken() && getToken() &&
// !this.noticeDialog.outerVisible !this.noticeDialog.outerVisible
// ) { ) {
// this.getHomeNoticeFun() this.getHomeNoticeFun()
// } }
}, },
methods: { methods: {
// //

View File

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

View File

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