From 4744a968563a632397628493358af99490a96802 Mon Sep 17 00:00:00 2001 From: hanyuqing <1106611654@qq.com> Date: Mon, 22 Sep 2025 20:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gyxtp/src/components/UseAll/headerInfo.vue | 11 +- gyxtp/src/components/UseAll/leftInfo.vue | 8 +- gyxtp/src/router/router.js | 2 +- gyxtp/src/view/LoginInfo.vue | 2 +- gyxtp/src/view/articleInfo.vue | 39 +- gyxtp/src/view/pointArticleInfo.vue | 140 +++-- gyxtp/src/view/pointInfo.vue | 58 ++ .../controller/system/ZhyFileManageController.java | 653 +++++++++++---------- .../web/controller/system/ZhyPointController.java | 37 ++ .../system/ZhyPointRelationshipController.java | 17 +- .../controller/system/ZhyTaskInfoController.java | 1 + .../java/com/ruoyi/api/mapper/ZhyPointMapper.java | 2 +- .../main/resources/mapper/api/ZhyPointMapper.xml | 4 + .../ruoyi/system/domain/ZhyPointRelationship.java | 32 +- .../main/java/com/ruoyi/system/domain/ZhyTask.java | 26 +- .../java/com/ruoyi/system/domain/ZhyTaskInfo.java | 6 +- .../mapper/system/ZhyPointRelationshipMapper.xml | 8 +- .../resources/mapper/system/ZhyTaskInfoMapper.xml | 2 +- .../main/resources/mapper/system/ZhyTaskMapper.xml | 4 +- ruoyi-ui/src/api/system/file.js | 12 +- ruoyi-ui/src/api/system/relationship1.js | 7 + ruoyi-ui/src/views/statsPage.vue | 220 +++---- ruoyi-ui/src/views/system/SysPoint/index.vue | 53 +- ruoyi-ui/src/views/system/create/index.vue | 88 ++- ruoyi-ui/src/views/system/docmuban/index.vue | 2 +- ruoyi-ui/src/views/system/fileManage/index.vue | 25 +- ruoyi-ui/src/views/system/fileManage/indexNB.vue | 6 +- ruoyi-ui/src/views/system/info/index.vue | 17 +- ruoyi-ui/src/views/system/relationship/index.vue | 42 +- ruoyi-ui/src/views/system/small/index.vue | 435 ++++++++++++++ ruoyi-ui/src/views/system/task/index.vue | 25 + 31 files changed, 1394 insertions(+), 590 deletions(-) create mode 100644 ruoyi-ui/src/views/system/small/index.vue diff --git a/gyxtp/src/components/UseAll/headerInfo.vue b/gyxtp/src/components/UseAll/headerInfo.vue index 87909ba..e233157 100644 --- a/gyxtp/src/components/UseAll/headerInfo.vue +++ b/gyxtp/src/components/UseAll/headerInfo.vue @@ -1,13 +1,13 @@