easegen-front/src/views/digitalcourse/digitalhumans/index.vue
@@ -212,13 +212,11 @@ const { t } = useI18n() // 国际化 const memberDelete = (state) => { return userStore.getRoles.indexOf('super_admin') < 0 && (state > 1 || state == 0) return state > 1 || state == 0 } const superAdminProcess = (status, type) => { return ( (status == 4 && userStore.getRoles.indexOf('super_admin') < 0) || (userStore.getRoles.indexOf('super_admin') > -1 && (![0, 4, 5, 7].includes(status))) status == 4 || ((![0, 4, 5, 7].includes(status))) ) }