| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <user-dialog ref="reviewRef" ></user-dialog> |
| | | <user-dialog ref="reviewRef"></user-dialog> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | if(getToken()){ |
| | | userInfo.value = JSON.parse(Cookies.get('userInfo')) |
| | | userName.value = userInfo.value.username |
| | | userTypeName.value = userInfo.value.userType == 0 ? '系统管理员' : userInfo.value.userType == 1 ? '企业管理员' :userInfo.value.userType == 2 ? '部门级':userInfo.value.userType == 3 ? '车间级' :userInfo.value.userType == 6 ? '企业用户' :userInfo.value.userType == 4 ? '其他' : '学员' |
| | | userTypeName.value = userInfo.value.userType == 0 ? '系统管理员' : (userInfo.value.userType == 1 || userInfo.value.userType == 2 || userInfo.value.userType == 3) ? '企业用户' :userInfo.value.userType == 6 ? '企业管理员' :userInfo.value.userType == 4 ? '其他' : '学员' |
| | | } |
| | | |
| | | const userStore = useUserStore() |
| | |
| | | .system-card:hover p { |
| | | transform: translateZ(20px); |
| | | } |
| | | </style> |
| | | </style> |