This commit is contained in:
xiaofajia 2024-11-15 16:59:38 +08:00
commit 77bba7dd23

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 {