Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-07-26 15:41:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
22d401cfefb26e6742c3f067f739675af0c8036f
22d401cf
1 parent
274d253b
样式修正
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
13 deletions
src/assets/languages/dictLabels.js
src/assets/styles/FedEx.scss
src/assets/languages/dictLabels.js
View file @
22d401c
...
...
@@ -8,6 +8,20 @@ let ductLabels = {
"1"
:
"正在释放"
},
},
"cargoLog"
:
{
//运单日志
"operatorSource"
:
{
"1"
:
"数据入库"
,
"2"
:
"自动配舱"
,
"3"
:
"手动配舱"
,
"4"
:
"预审不通过释放舱位"
,
"5"
:
"cutoff释放舱位"
,
"6"
:
"手动释放舱位"
,
"7"
:
"预审导出"
,
"8"
:
"预审导入"
,
"9"
:
"航班不推送修改为待推送"
,
"10"
:
"回推项目"
}
},
"menu"
:
{
//菜单设置
"menuType"
:
{
"M"
:
"菜单"
,
...
...
@@ -82,6 +96,14 @@ let ductLabels = {
// "5": "处理失败(系统异常)",
"9"
:
"处理中"
,
},
"status"
:
{
"0"
:
"未处理"
,
"1"
:
"已处理"
,
"2"
:
"无需处理"
,
"3"
:
"处理失败"
,
"4"
:
"校验不通过"
,
"9"
:
"处理中"
},
"weatherGenerateWater"
:
{
"1"
:
"是"
,
"0"
:
"否"
...
...
@@ -91,14 +113,6 @@ let ductLabels = {
"1"
:
"推送成功"
,
"2"
:
"推送失败"
},
"status"
:
{
"0"
:
"未处理"
,
"1"
:
"已处理"
,
"2"
:
"无需处理"
,
"3"
:
"处理失败"
,
"4"
:
"校验不通过"
,
"9"
:
"处理中"
}
},
"weatherTable"
:
{
"highLowPriceFlg"
:
{
...
...
src/assets/styles/FedEx.scss
View file @
22d401c
...
...
@@ -10,7 +10,7 @@
.wid95
{
width
:
95%
!
important
;
}
}
.wid90
{
width
:
90%
!
important
;
...
...
@@ -84,9 +84,9 @@
margin-left
:
20px
;
}
// .el-dialog:not(.is-fullscreen) {
// margin-top: 6vh !important;
// }
// .el-dialog:not(.is-fullscreen) {
// margin-top: 6vh !important;
// }
.el-table
{
...
...
@@ -115,7 +115,6 @@
// border-bottom: 1px solid #ddd;
margin
:
8px
10px
15px
10px
;
padding-top
:
15px
;
padding-bottom
:
5px
;
.formItem
{
width
:
95%
;
...
...
@@ -281,3 +280,13 @@
.dialogColumn
.el-tooltip
{
white-space
:
pre-line
!
important
;
}
.el-progress-bar
{
padding-right
:
70px
;
}
.el-progress__text
{
font-size
:
12px
!
important
;
margin-left
:
0px
;
font-weight
:
700
!
important
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment