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
project
jinfa-admin
Commits
3505d197
Commit
3505d197
authored
Dec 08, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改订单详情组件
parent
14927c2d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
exchangeManageRoute.ts
config/routes/afterServiceRoutes/exchangeManageRoute.ts
+1
-1
repairManageRoute.ts
config/routes/afterServiceRoutes/repairManageRoute.ts
+1
-1
orderSystemRoutes.ts
config/routes/orderSystemRoutes.ts
+1
-1
No files found.
config/routes/afterServiceRoutes/exchangeManageRoute.ts
View file @
3505d197
...
...
@@ -27,7 +27,7 @@ const exchangeManageRoute = {
{
path
:
'/afterService/exchangeManage/query/orderDetail'
,
name
:
'orderDetail'
,
component
:
'@/pages/orderSystem/orderDetail'
,
component
:
'@/pages/order
Manage/order
System/orderDetail'
,
hideInMenu
:
true
,
hidePageHeader
:
true
},
...
...
config/routes/afterServiceRoutes/repairManageRoute.ts
View file @
3505d197
...
...
@@ -27,7 +27,7 @@ const repairManageRoute = {
{
path
:
'/afterService/repairManage/query/orderDetail'
,
name
:
'orderDetail'
,
component
:
'@/pages/orderSystem/orderDetail'
,
component
:
'@/pages/order
Manage/order
System/orderDetail'
,
hideInMenu
:
true
,
hidePageHeader
:
true
},
...
...
config/routes/orderSystemRoutes.ts
View file @
3505d197
...
...
@@ -14,7 +14,7 @@ const router = {
{
path
:
'/orderSystem/detail'
,
name
:
'orderSystemDetail'
,
component
:
'@/pages/orderSystem/orderDetail'
,
component
:
'@/pages/order
Manage/order
System/orderDetail'
,
hideInMenu
:
true
,
hidePageHeader
:
true
},
...
...
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