From 5efd729366573f98b03b94098b970d7885e7d543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com> Date: Fri, 8 Mar 2024 11:31:55 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/sys/user.ts | 7 - src/components/Bwflow/index.ts | 7 - src/components/PermissionBtn/index.vue | 7 - .../package/highlight/index.ts | 7 - .../package/penal/PropertiesPanel.vue | 18 +- .../package/penal/auth/index.vue | 7 - .../package/penal/config/subprocess.vue | 7 - .../package/penal/startEvent/index.vue | 16 - .../package/penal/userTask/index copy.vue | 673 ------------------ .../package/penal/userTask/index.vue | 276 +++++-- src/components/SelectAccount/DeptTree.vue | 7 - src/components/SelectAccount/account.data.ts | 7 - src/components/SelectAccount/index.vue | 7 - src/components/SelectPos/index.vue | 7 - src/components/SelectRole/index.vue | 7 - src/enums/httpEnum.ts | 7 - src/main.ts | 7 - src/mars/components/mars-work/main-view.vue | 15 - src/mars/views/index.vue | 7 - src/router/routes/index.ts | 7 - src/router/routes/modules/dashboard.ts | 7 - src/utils/http/axios/helper.ts | 7 - src/views/demo/charts/mars3d/index.vue | 7 - .../demo/system/account/AssignRoleModal.vue | 7 - .../demo/system/account/OrgPositonModal.vue | 7 - src/views/demo/system/role/AccountModal.vue | 7 - src/views/demo/system/role/ModulesModal.vue | 7 - src/views/demo/workflow/create/index.vue | 7 - .../demo/workflow/scheme/SchemeDrawer.vue | 7 - src/views/demo/workflow/scheme/SchemeTree.vue | 7 - src/views/demo/workflow/scheme/preview.vue | 7 - src/views/demo/workflow/task/index.vue | 7 - vite.config.ts | 7 - 33 files changed, 218 insertions(+), 976 deletions(-) delete mode 100644 src/components/ProcessDesigner/package/penal/userTask/index copy.vue diff --git a/src/api/sys/user.ts b/src/api/sys/user.ts index 4a6253f..ee82c31 100644 --- a/src/api/sys/user.ts +++ b/src/api/sys/user.ts @@ -1,10 +1,3 @@ -/* - * @Author: 刘妍 - * @Date: 2024-01-13 13:04:15 - * @LastEditors: Do not edit - * @LastEditTime: 2024-02-05 16:06:58 - * @Description: - */ import { defHttp } from '@/utils/http/axios'; import { LoginParams, LoginResultModel, GetUserInfoModel } from './model/userModel'; diff --git a/src/components/Bwflow/index.ts b/src/components/Bwflow/index.ts index 4d6ee65..1dec7cc 100644 --- a/src/components/Bwflow/index.ts +++ b/src/components/Bwflow/index.ts @@ -1,10 +1,3 @@ -/* - * @Author: 刘妍 - * @Date: 2024-03-01 15:55:24 - * @LastEditors: Do not edit - * @LastEditTime: 2024-03-02 16:08:00 - * @Description: - */ import { withInstall } from '@/utils'; import bWflowViewer from './src/bWflowViewer.vue' diff --git a/src/components/PermissionBtn/index.vue b/src/components/PermissionBtn/index.vue index 257c0a6..27bba6e 100644 --- a/src/components/PermissionBtn/index.vue +++ b/src/components/PermissionBtn/index.vue @@ -1,10 +1,3 @@ -