From 8e94e3f60a91e536d69e643b4dc13804b79370bc Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 05 八月 2025 17:40:06 +0800
Subject: [PATCH] feat: 页面
---
src/views/DictionaryManage/DataDictionary.vue | 2 +-
pnpm-lock.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index dc7c134..6e552b2 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -23,7 +23,7 @@
specifier: latest
version: 1.3.13(@bole-core/core@1.0.7)(@bole-core/sass-utils@0.0.1)(@element-plus/icons-vue@2.3.1)(@tanstack/vue-query@4.37.1)(@videojs-player/vue@1.0.0)(@vueuse/core@11.1.0)(@vueuse/shared@11.1.0)(dayjs@1.11.6)(element-plus@2.8.4)(lodash@4.17.21)(mitt@3.0.0)(senin-help@1.0.5)(senin-vue@1.0.4)(video.js@7.20.3)(vue-component-type-helpers@2.1.6)(vue@3.5.11)
'@bole-core/core':
- specifier: ^1.0.7
+ specifier: latest
version: 1.0.7(@ywwlmm/openapi@0.0.3)(ali-oss@6.21.0)(axios@1.7.7)(dayjs@1.11.6)(element-plus@2.8.4)(file-saver@2.0.5)(jszip@3.10.1)(lodash@4.17.21)(senior-request@1.0.1)(vue-router@4.4.5)(vue@3.5.11)(xlsx-style@0.8.13)(xlsx@0.18.5)
'@bole-core/pretty-layout':
specifier: latest
diff --git a/src/views/DictionaryManage/SearchSetting.vue b/src/views/DictionaryManage/DataDictionary.vue
similarity index 99%
rename from src/views/DictionaryManage/SearchSetting.vue
rename to src/views/DictionaryManage/DataDictionary.vue
index 460cf06..782f4d8 100644
--- a/src/views/DictionaryManage/SearchSetting.vue
+++ b/src/views/DictionaryManage/DataDictionary.vue
@@ -90,7 +90,7 @@
import { useQueryClient } from '@tanstack/vue-query';
defineOptions({
- name: 'SearchSetting',
+ name: 'DataDictionary',
});
const operationBtnMap: Record<string, OperationBtnType> = {
--
Gitblit v1.9.1