This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
客户主数据维护
test
wangxy
3 years ago
parent
e5e9ad3228
commit
f65b9f5827
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
src/router/plant.js
+0
-0
src/views/plant/customer/index.vue
+ 6
- 0
src/router/plant.js
View File
@ -22,6 +22,12 @@ const plant = {
title
:
"需求偏差模型"
,
component
:
(
)
=>
import
(
"@/views/plant/demandDeviation"
)
,
}
,
{
icon
:
"el-icon-document"
,
path
:
"/plant/customer"
,
title
:
"客户主数据维护"
,
component
:
(
)
=>
import
(
"@/views/plant/customer"
)
,
}
,
]
,
}
+ 0
- 0
src/views/plant/customer/index.vue
View File
Write
Preview
Loading…
Cancel
Save