diff --git a/src/views/ne/neInfo/index.vue b/src/views/ne/neInfo/index.vue index 2719cfcb..a1188997 100644 --- a/src/views/ne/neInfo/index.vue +++ b/src/views/ne/neInfo/index.vue @@ -10,6 +10,7 @@ import { RESULT_CODE_SUCCESS } from '@/constants/result-constants'; import useNeInfoStore from '@/store/modules/neinfo'; import { listNeInfo, delNeInfo, stateNeInfo } from '@/api/ne/neInfo'; import { NE_TYPE_LIST } from '@/constants/ne-constants'; +import { hasRoles } from '@/plugins/auth-user'; import useDictStore from '@/store/modules/dict'; import useNeOptions from './hooks/useNeOptions'; const { getDict } = useDictStore(); @@ -595,63 +596,60 @@ onMounted(() => { - - - - - - - - - - - + + + + + + + + + +