@@ -55,8 +53,8 @@
-
- {{ selectItem.name}}
+
+ {{ selectItem.name }}
@@ -71,9 +69,9 @@
From e9e5a0c78582db22d4fc3112b3e23a4f11d5d6cc Mon Sep 17 00:00:00 2001
From: clay <20932067@zju.edu.cn>
Date: Thu, 23 May 2024 14:49:56 +0800
Subject: [PATCH 03/14] =?UTF-8?q?feat=20:=20=E4=BF=AE=E6=94=B9=E8=8F=9C?=
=?UTF-8?q?=E5=8D=95=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 2 +-
src/layout/navbar/Breadcrumb.vue | 8 ++++----
src/layout/siderbar/MenuItem.vue | 16 +++++++++++++++-
src/layout/siderbar/index.vue | 3 ++-
src/views/login/index.vue | 2 +-
src/views/system/role/add.vue | 2 +-
src/views/workflow/process/ProcessEdit.vue | 4 ++--
src/views/workflow/process/ProcessSetting.vue | 10 +++++-----
src/views/workflow/process/index.vue | 10 +++++-----
9 files changed, 36 insertions(+), 21 deletions(-)
diff --git a/index.html b/index.html
index 264b8e9..7056f8c 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
科研管理平台
+
diff --git a/src/layout/navbar/Breadcrumb.vue b/src/layout/navbar/Breadcrumb.vue
index a81e6e1..df7474a 100644
--- a/src/layout/navbar/Breadcrumb.vue
+++ b/src/layout/navbar/Breadcrumb.vue
@@ -12,13 +12,13 @@
diff --git a/src/layout/siderbar/index.vue b/src/layout/siderbar/index.vue
index 1426c84..ef29c10 100644
--- a/src/layout/siderbar/index.vue
+++ b/src/layout/siderbar/index.vue
@@ -1,6 +1,7 @@
- 科研管理平台
+
+
- 科研管理平台
+
diff --git a/src/views/system/role/add.vue b/src/views/system/role/add.vue
index 7229e15..e794815 100644
--- a/src/views/system/role/add.vue
+++ b/src/views/system/role/add.vue
@@ -90,7 +90,7 @@ const schame = computed(()=>{
}
},
{
- label: '角色权限',
+ label: '角色标识',
prop: 'roleKey',
component: 'el-input',
props: {
diff --git a/src/views/workflow/process/ProcessEdit.vue b/src/views/workflow/process/ProcessEdit.vue
index f4274e5..7973461 100644
--- a/src/views/workflow/process/ProcessEdit.vue
+++ b/src/views/workflow/process/ProcessEdit.vue
@@ -119,7 +119,7 @@ const loadInitFrom = () => {
let design = {
processDefinitionKey: 'pro' + getRandomId(),
deploymentName: "未命名表单",
- processKey:'',
+ processKey: '',
// logo: {
// icon: "el-icon-eleme",
// background: "#1e90ff"
@@ -191,7 +191,7 @@ const getRandomId = () => {
d = Math.floor(d / 16)
return (c === 'x' ? r : (r & 0x3 | 0x8)).toString(16)
})
- return 'node_' + id
+ return id
}
const getProcessInfo = async () => {
diff --git a/src/views/workflow/process/ProcessSetting.vue b/src/views/workflow/process/ProcessSetting.vue
index 06d13af..9ba27f2 100644
--- a/src/views/workflow/process/ProcessSetting.vue
+++ b/src/views/workflow/process/ProcessSetting.vue
@@ -1,13 +1,13 @@
-
+
-
-
- {{processData.processName}}
-
+
+
+
+
流程设置{{ processData.deploymentName }}
diff --git a/src/views/workflow/process/index.vue b/src/views/workflow/process/index.vue
index d24c8c7..868d05c 100644
--- a/src/views/workflow/process/index.vue
+++ b/src/views/workflow/process/index.vue
@@ -53,11 +53,11 @@
编辑
- 历史
-
-
+
+
+
+
+
From bcdafbc7cdb09857b62762561700fe6d9b5d3d75 Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Thu, 23 May 2024 15:36:57 +0800
Subject: [PATCH 04/14] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E7=BB=86=E8=8A=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/project-demand/collection/index.vue | 19 +++++++++++++++++--
src/views/project-management/filing/index.vue | 11 ++++++++++-
.../implementation/index.vue | 2 +-
3 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/src/views/project-demand/collection/index.vue b/src/views/project-demand/collection/index.vue
index 1957aa4..b9fb47c 100644
--- a/src/views/project-demand/collection/index.vue
+++ b/src/views/project-demand/collection/index.vue
@@ -8,11 +8,13 @@
\ No newline at end of file
+
diff --git a/src/components/DetailComponent/SummaryDetail.vue b/src/components/DetailComponent/SummaryDetail.vue
index e696307..1d0cd33 100644
--- a/src/components/DetailComponent/SummaryDetail.vue
+++ b/src/components/DetailComponent/SummaryDetail.vue
@@ -161,10 +161,10 @@