diff --git a/README.md b/README.md index a1206d93..1c0a9731 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ## 前言 -Web 版 **统一管理操作平台**,集成了对 Linux 系统的全面操作支持(包括终端管理[终端回放、命令过滤]、文件管理、脚本执行、进程监控及计划任务设置),同时提供了多种数据库(如 MySQL、PostgreSQL、Oracle、SQL Server、达梦、高斯、SQLite 等)的数据操作、数据同步与数据迁移功能。此外,还支持 Redis(单机、哨兵、集群模式)、 MongoDB 、Es 的操作管理,并结合工单流程审批功能,为企业提供一站式的运维与管理解决方案。 +Web 版 **统一管理操作平台**,集成了对 Linux 系统的全面操作支持(包括终端管理[终端回放、命令过滤]、文件管理、脚本执行、进程监控及计划任务设置),同时提供了多种数据库(如 MySQL、PostgreSQL、Oracle、SQL Server、达梦、高斯、SQLite 等)的数据操作、数据同步与数据迁移功能。此外,还支持 Redis(单机、哨兵、集群模式)、 MongoDB 、Es 、Kafka的操作管理,并结合工单流程审批功能,为企业提供一站式的运维与管理解决方案。 ## 开发语言与主要框架 @@ -65,16 +65,12 @@ http://go.mayfly.run ![文件查看](https://foruda.gitee.com/images/1714378482611638688/7753faf6_1240250.png "屏幕截图") - ![sql编辑器](https://foruda.gitee.com/images/1757164386318836686/c3b17a52_1240250.png) - ![选表查数据](https://foruda.gitee.com/images/1757164281011401749/5109485f_1240250.png) - ![redis操作](https://foruda.gitee.com/images/1757164442298752845/4af1b296_1240250.png) - ![mongo操作](https://foruda.gitee.com/images/1714378916425714642/77fc0ed9_1240250.png "屏幕截图") ![es操作](https://foruda.gitee.com/images/1757164553845346963/b5b70381_1240250.png) diff --git a/README_EN.md b/README_EN.md index f3b5e407..8619f235 100644 --- a/README_EN.md +++ b/README_EN.md @@ -28,7 +28,7 @@ ## Preface -Web-based **Unified Management and Operation Platform**, integrating comprehensive operation support for Linux systems (including terminal management [terminal playback, command filtering], file management, script execution, process monitoring, and cronjob settings). It also provides data operation, data synchronization, and data migration for multiple databases (such as MySQL, PostgreSQL, Oracle, SQL Server, Dameng, Gauss, SQLite, etc.). Additionally, it supports Redis operations (standalone, sentinel, and cluster modes) and MongoDB、Es management, combined with work order process approval functionality to offer enterprises an all-in-one solution for operations and management. +Web-based **Unified Management and Operation Platform**, integrating comprehensive operation support for Linux systems (including terminal management [terminal playback, command filtering], file management, script execution, process monitoring, and cronjob settings). It also provides data operation, data synchronization, and data migration for multiple databases (such as MySQL, PostgreSQL, Oracle, SQL Server, Dameng, Gauss, SQLite, etc.). Additionally, it supports Redis operations (standalone, sentinel, and cluster modes) and MongoDB、Es、Kafka management, combined with work order process approval functionality to offer enterprises an all-in-one solution for operations and management. ## Development languages and major frameworks @@ -58,23 +58,18 @@ account/password:test/test123. ![文件查看](https://foruda.gitee.com/images/1714378482611638688/7753faf6_1240250.png "屏幕截图") - ![sql编辑器](https://foruda.gitee.com/images/1757164386318836686/c3b17a52_1240250.png) - ![选表查数据](https://foruda.gitee.com/images/1757164281011401749/5109485f_1240250.png) - ![redis操作](https://foruda.gitee.com/images/1757164442298752845/4af1b296_1240250.png) - ![mongo操作](https://foruda.gitee.com/images/1714378916425714642/77fc0ed9_1240250.png "屏幕截图") ![es操作](https://foruda.gitee.com/images/1757164553845346963/b5b70381_1240250.png) ![容器操作](https://foruda.gitee.com/images/1757164625186816754/2b195e25_1240250.png) - #### Work order process approval ![流程审批](https://foruda.gitee.com/images/1714379057627690037/ad136862_1240250.png "屏幕截图") diff --git a/frontend/package.json b/frontend/package.json index bd9559fe..e0347210 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,34 +24,34 @@ "crypto-js": "^4.2.0", "dayjs": "^1.11.19", "echarts": "^6.0.0", - "element-plus": "^2.13.3", + "element-plus": "^2.13.5", "js-base64": "^3.7.8", "jsencrypt": "^3.5.4", "monaco-editor": "^0.55.1", - "monaco-sql-languages": "^0.15.1", + "monaco-sql-languages": "^1.0.0", "nprogress": "^0.2.0", "pinia": "^3.0.4", "qrcode.vue": "^3.8.0", "screenfull": "^6.0.2", "sortablejs": "^1.15.7", "sql-formatter": "^15.7.2", - "trzsz": "^1.1.5", + "trzsz": "^1.1.6", "uuid": "^13.0.0", - "vue": "^v3.6.0-beta.6", - "vue-i18n": "^11.2.8", + "vue": "^v3.6.0-beta.8", + "vue-i18n": "^11.3.0", "vue-router": "^5.0.3", "vuedraggable": "^4.1.0", "xlsx": "^0.18.5" }, "devDependencies": { - "@tailwindcss/vite": "^4.1.18", + "@tailwindcss/vite": "^4.2.1", "@types/crypto-js": "^4.2.2", "@types/node": "^22.13.14", "@types/nprogress": "^0.2.0", "@types/sortablejs": "^1.15.8", "@typescript-eslint/eslint-plugin": "^8.35.0", "@typescript-eslint/parser": "^8.35.0", - "@vitejs/plugin-vue": "^6.0.4", + "@vitejs/plugin-vue": "^6.0.5", "@vue/compiler-sfc": "^3.5.29", "autoprefixer": "^10.4.21", "code-inspector-plugin": "^1.4.2", @@ -59,10 +59,10 @@ "eslint-plugin-vue": "^10.8.0", "postcss": "^8.5.8", "prettier": "^3.8.1", - "sass": "^1.97.3", + "sass": "^1.98.0", "tailwindcss": "^4.2.1", "typescript": "^5.9.3", - "vite": "^8.0.0-beta.16", + "vite": "^8.0.0", "vite-plugin-progress": "0.0.7", "vue-eslint-parser": "^10.4.0" }, diff --git a/frontend/src/views/flow/ProcinstDetail.vue b/frontend/src/views/flow/ProcinstDetail.vue index 7d746843..a12529e2 100755 --- a/frontend/src/views/flow/ProcinstDetail.vue +++ b/frontend/src/views/flow/ProcinstDetail.vue @@ -1,81 +1,113 @@ diff --git a/frontend/src/views/flow/components/flowdesign/FlowDesign.vue b/frontend/src/views/flow/components/flowdesign/FlowDesign.vue index d7d048a6..c4630316 100644 --- a/frontend/src/views/flow/components/flowdesign/FlowDesign.vue +++ b/frontend/src/views/flow/components/flowdesign/FlowDesign.vue @@ -1,6 +1,6 @@