Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
41056367
authored
Oct 06, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能修复】工作流:暂时切回老的审批详情,预计 V2.4.0 会切到新的审批界面
parent
d1361286
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
src/router/modules/remaining.ts
+4
-5
No files found.
src/router/modules/remaining.ts
View file @
41056367
...
@@ -292,7 +292,8 @@ const remainingRouter: AppRouteRecordRaw[] = [
...
@@ -292,7 +292,8 @@ const remainingRouter: AppRouteRecordRaw[] = [
},
},
{
{
path
:
'process-instance/detail'
,
path
:
'process-instance/detail'
,
component
:
()
=>
import
(
'@/views/bpm/processInstance/detail/index_new.vue'
),
// component: () => import('@/views/bpm/processInstance/detail/index_new.vue'), // TODO 芋艿:新审批界面,已适配 simple 模式,未来会适配 bpmn 模式
component
:
()
=>
import
(
'@/views/bpm/processInstance/detail/index.vue'
),
name
:
'BpmProcessInstanceDetail'
,
name
:
'BpmProcessInstanceDetail'
,
meta
:
{
meta
:
{
noCache
:
true
,
noCache
:
true
,
...
@@ -301,13 +302,11 @@ const remainingRouter: AppRouteRecordRaw[] = [
...
@@ -301,13 +302,11 @@ const remainingRouter: AppRouteRecordRaw[] = [
title
:
'流程详情'
,
title
:
'流程详情'
,
activeMenu
:
'/bpm/task/my'
activeMenu
:
'/bpm/task/my'
},
},
props
:
route
=>
(
props
:
(
route
)
=>
({
{
id
:
route
.
query
.
id
,
id
:
route
.
query
.
id
,
taskId
:
route
.
query
.
taskId
,
taskId
:
route
.
query
.
taskId
,
activityId
:
route
.
query
.
activityId
activityId
:
route
.
query
.
activityId
}
})
)
},
},
{
{
path
:
'oa/leave/create'
,
path
:
'oa/leave/create'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment