From adba716670934e96858e4ced43ce22964847b653 Mon Sep 17 00:00:00 2001
From: xuhuajiao <13476289682@163.com>
Date: Tue, 3 Dec 2024 16:30:34 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 30 +++++++++++----------------
src/views/system/baseConfig/index.vue | 16 --------------
src/views/system/group/index.vue | 2 +-
3 files changed, 13 insertions(+), 35 deletions(-)
delete mode 100644 src/views/system/baseConfig/index.vue
diff --git a/README.md b/README.md
index 779bdd7..8ee32d8 100644
--- a/README.md
+++ b/README.md
@@ -30,29 +30,23 @@
│ ├── store # 全局 store管理
│ ├── utils # 全局公用方法
│ ├── views # views 所有页面
-│ │ ├── archivesConfig # 档案配置
-│ │ ├── archivesManage # 档案管理
-│ │ ├── category # 门类管理
-│ │ ├── environmentalScreen # 环境监测大屏
+│ │ ├── visualCheck # 视觉盘点
+│ │ │ ├── bookstore # 书库管理
+│ │ │ ├── checkManage # 盘点管理
+│ │ │ ├── venueDevice # 场馆设备管理
│ │ ├── components # views内页面组件
-│ │ │ ├── field # 字段管理组件
-│ │ │ ├── category # 门类管理
│ │ ├── dashboard # 首页面板内容
│ │ ├── features # 错误页面
│ │ ├── storeManage # 库房管理
│ │ ├── system # 权限管理
-│ │ │ ├── archiveStatistics # 档案统计
-│ │ │ ├── dept # 部门管理
-│ │ │ ├── job # 岗位管理
-│ │ │ ├── menu # 菜单管理
-│ │ │ ├── role # 角色管理
-│ │ │ ├── user # 用户管理
-│ │ │ ├── log # 日志
-│ │ │ │ ├── errLog # 异常日志
-│ │ │ │ ├── index # 操作日志
-│ │ │ ├── logManage # 日志管理
-│ │ │ ├── messageCenter # 消息中心
-│ │ │ ├── notifyManage # 通知管理
+│ │ │ ├── group # 机构管理
+│ │ │ ├── dept # 部门管理
+│ │ │ ├── dict # 字典管理
+│ │ │ ├── menu # 菜单管理
+│ │ │ ├── role # 角色管理
+│ │ │ ├── user # 用户管理
+│ │ │ ├── notify # 通知管理
+│ │ │ ├── log # 日志管理
│ │ ├── home # 首页
│ │ ├── login # 登录
│ ├── App.vue # 入口页面
diff --git a/src/views/system/baseConfig/index.vue b/src/views/system/baseConfig/index.vue
deleted file mode 100644
index bba6187..0000000
--- a/src/views/system/baseConfig/index.vue
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
diff --git a/src/views/system/group/index.vue b/src/views/system/group/index.vue
index 260db49..968d254 100644
--- a/src/views/system/group/index.vue
+++ b/src/views/system/group/index.vue
@@ -113,7 +113,7 @@ export default {
components: { pagination, crudOperation, rrOperation },
cruds() {
// sort: 'update_time,asc',
- return CRUD({ title: '全宗', idField: 'fondsId', url: 'api/fonds/initFondsList', crudMethod: { ...crudfonds }, optShow: {
+ return CRUD({ title: '机构', idField: 'fondsId', url: 'api/fonds/initFondsList', crudMethod: { ...crudfonds }, optShow: {
add: true,
edit: true,
del: false,