切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
xudada
5 months ago
提交
31b5c6c60b248027d9fe3749e1ee0b6053ace0a7
1 个父辈
2b90d693
增加C6电报录入单独界面
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
5 行增加
和
3 行删除
src/routes.js
src/views/nav3/C6Way.vue
src/routes.js
查看文件 @
31b5c6c
...
...
@@ -82,7 +82,7 @@ import Location from './views/empt/Location.vue'
//运输工具 通用业务申报
import
Route
from
'./views/airtransport/route.vue'
import
Bill
from
'./views/airtransport/bill
.vue'
import
Bill
s
from
'./views/airtransport/bills
.vue'
import
Flight
from
'./views/airtransport/flight.vue'
import
Flightplan
from
'./views/airtransport/flightplan.vue'
import
Aircraft
from
'./views/airtransport/aircraft.vue'
...
...
@@ -188,6 +188,7 @@ import Telegram from './views/nav3/Telegram.vue'
import
TeleAddr
from
"./views/nav3/TeleAddr.vue"
;
//朱总让做的网页在线客服
import
Webdialog
from
'./views/bus/Webdialog.vue'
import
C6Way
from
'./views/nav3/C6Way.vue'
//转运申请
import
Transport
from
'./views/nav4/Transport.vue'
...
...
@@ -273,7 +274,8 @@ let routes = [
{
path
:
'/Way'
,
component
:
Way
,
name
:
'货运单'
},
{
path
:
'/Telegram'
,
component
:
Telegram
,
name
:
'电报查询'
},
{
path
:
'/Webdialog'
,
component
:
Webdialog
,
name
:
'在线客服'
},
{
path
:
'/TeleAddr'
,
component
:
TeleAddr
,
name
:
'电报地址'
}
{
path
:
'/TeleAddr'
,
component
:
TeleAddr
,
name
:
'电报地址'
},
{
path
:
'/C6Way'
,
component
:
C6Way
,
name
:
'C6货运单'
},
]
},
{
...
...
@@ -506,7 +508,7 @@ let routes = [
iconCls
:
'el-icon-goods'
,
children
:[
{
path
:
'/route'
,
component
:
Route
,
name
:
'航线申报'
},
{
path
:
'/bill
'
,
component
:
Bill
,
name
:
'单据申报'
},
{
path
:
'/bill
s'
,
component
:
Bills
,
name
:
'单据申报'
},
{
path
:
'/flights'
,
component
:
Flight
,
name
:
'航班申报'
},
{
path
:
'/flightplan'
,
component
:
Flightplan
,
name
:
'当日飞行计划'
},
{
path
:
'/aircraft'
,
component
:
Aircraft
,
name
:
'通用航空器申报'
},
...
...
src/views/nav3/C6Way.vue
0 → 100644
查看文件 @
31b5c6c
此 diff 太大无法显示。
请
注册
或
登录
后发表评论