Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-admin
Commits
e2b7c315
Commit
e2b7c315
authored
Apr 16, 2021
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 添加编辑采购流程路由
parent
44d6a3f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
ruleSettingRoutes.ts
config/routes/ruleSettingRoutes.ts
+7
-0
index.tsx
src/pages/ruleSettingManage/procurementRules/index.tsx
+1
-1
No files found.
config/routes/ruleSettingRoutes.ts
View file @
e2b7c315
...
...
@@ -62,6 +62,13 @@ const router = {
hidePageHeader
:
true
},
{
path
:
'/ruleSettingManager/procurementRules/editRule'
,
name
:
'editProcurementRule'
,
component
:
'@/pages/ruleSettingManage/procurementRules/addRule'
,
hideInMenu
:
true
,
hidePageHeader
:
true
},
{
path
:
'/ruleSettingManager/procurementRules/ruleDetails'
,
name
:
'procurementRuleDetails'
,
component
:
'@/pages/ruleSettingManage/procurementRules/ruleDetails'
,
...
...
src/pages/ruleSettingManage/procurementRules/index.tsx
View file @
e2b7c315
...
...
@@ -87,7 +87,7 @@ const ProcurementRules: React.FC<{}> = () => {
>
<
Button
type=
'link'
>
删除
</
Button
>
</
Popconfirm
>
<
Button
type=
'link'
onClick=
{
()
=>
history
.
push
(
`/ruleSettingManager/procurementRules/
add
Rule?id=${record.id}`
)
}
>
修改
</
Button
>
<
Button
type=
'link'
onClick=
{
()
=>
history
.
push
(
`/ruleSettingManager/procurementRules/
edit
Rule?id=${record.id}`
)
}
>
修改
</
Button
>
</>
:
''
}
</>
...
...
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