diff --git a/src/views/system/Dictionary/components/Left.vue b/src/views/system/Dictionary/components/Left.vue index 7397de09..0990c44e 100644 --- a/src/views/system/Dictionary/components/Left.vue +++ b/src/views/system/Dictionary/components/Left.vue @@ -14,7 +14,6 @@ > 新增字典 - 下载 - {{ item.name }}
- + - + 删除 - 编辑 -
@@ -88,7 +82,6 @@ import Save from './save/index.vue' import { onlyMessage} from '@/utils/comm'; import Export from './Export/index.vue' import { usePermissionStore } from '@/store/permission'; -import { first } from 'lodash-es'; const emit = defineEmits(['selectData']) const hasPermission = usePermissionStore().hasPermission; const saveShow = ref(false) diff --git a/src/views/system/Dictionary/components/Right/index.vue b/src/views/system/Dictionary/components/Right/index.vue index ef6a279a..b4b4e10e 100644 --- a/src/views/system/Dictionary/components/Right/index.vue +++ b/src/views/system/Dictionary/components/Right/index.vue @@ -1,73 +1,57 @@