Compare commits

..

2 Commits

Author SHA1 Message Date
Vinjor
a73982e464 Merge branch 'master' of http://122.51.230.86:3000/dianliang/lanan-repair-app 2024-11-15 16:58:14 +08:00
Vinjor
099487009e 1 2024-11-15 16:58:06 +08:00

View File

@ -284,6 +284,7 @@ export default {
}else if(this.userInfo.roleCodes.includes('weixiu') ||this.userInfo.roleCodes.includes('general_inspection')){ }else if(this.userInfo.roleCodes.includes('weixiu') ||this.userInfo.roleCodes.includes('general_inspection')){
// //
this.getBossTodo() this.getBossTodo()
this.getServiceTodo()
} }
} }
}, },
@ -957,7 +958,7 @@ export default {
margin: 0 40rpx 32rpx; margin: 0 40rpx 32rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 8rpx 8rpx 8rpx 8rpx; border-radius: 8rpx 8rpx 8rpx 8rpx;
padding: 40rpx; padding: 20rpx;
display: flex; display: flex;
align-items: center; align-items: center;
.orderCountItem { .orderCountItem {