detail印花页面布局调整

This commit is contained in:
X1627315083
2025-09-15 15:38:45 +08:00
parent 615c38be89
commit 8f41fae0ce
4 changed files with 130 additions and 121 deletions

View File

@@ -350,7 +350,7 @@ export default defineComponent({
const pastDuePage = computed(()=>{
const isAllowedRoute = route.path === '/home/events' || route.path === '/home/works';
const hasNoSystemAccess = userDetail.value.systemList.indexOf(1) === -1;
return !hasNoSystemAccess && !isAllowedRoute;
return hasNoSystemAccess && !isAllowedRoute;
})
watch(()=>homeMainData.userDetailLanguage,(newVal)=>{
if(locale.value == newVal || !newVal)return