正在显示
2 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -190,6 +190,7 @@ import TeleAddr from "./views/nav3/TeleAddr.vue"; | @@ -190,6 +190,7 @@ import TeleAddr from "./views/nav3/TeleAddr.vue"; | ||
| 190 | import Webdialog from './views/bus/Webdialog.vue' | 190 | import Webdialog from './views/bus/Webdialog.vue' |
| 191 | import C6Way from './views/nav3/C6Way.vue' | 191 | import C6Way from './views/nav3/C6Way.vue' |
| 192 | import DBstatistics from './views/nav3/statistics.vue' | 192 | import DBstatistics from './views/nav3/statistics.vue' |
| 193 | +import C6WayTest from "./views/nav3/C6WayTest.vue"; | ||
| 193 | 194 | ||
| 194 | //转运申请 | 195 | //转运申请 |
| 195 | import Transport from './views/nav4/Transport.vue' | 196 | import Transport from './views/nav4/Transport.vue' |
| @@ -295,6 +296,7 @@ let routes = [ | @@ -295,6 +296,7 @@ let routes = [ | ||
| 295 | {path: '/TeleAddr', component: TeleAddr, name: '电报地址'}, | 296 | {path: '/TeleAddr', component: TeleAddr, name: '电报地址'}, |
| 296 | {path: '/C6Way', component: C6Way, name: 'C6货运单'}, | 297 | {path: '/C6Way', component: C6Way, name: 'C6货运单'}, |
| 297 | {path: '/DBstatistics', component: DBstatistics, name: '结算统计'}, | 298 | {path: '/DBstatistics', component: DBstatistics, name: '结算统计'}, |
| 299 | + {path: '/C6WayTest', component: C6WayTest, name: 'C6货运单测试'}, | ||
| 298 | ] | 300 | ] |
| 299 | }, | 301 | }, |
| 300 | { | 302 | { |
src/views/nav3/C6WayTest.vue
0 → 100644
此 diff 太大无法显示。
-
请 注册 或 登录 后发表评论