jinhui.wang

样式修正

...@@ -8,6 +8,20 @@ let ductLabels = { ...@@ -8,6 +8,20 @@ let ductLabels = {
8 "1": "正在释放" 8 "1": "正在释放"
9 }, 9 },
10 }, 10 },
11 + "cargoLog": {//运单日志
12 + "operatorSource": {
13 + "1": "数据入库",
14 + "2": "自动配舱",
15 + "3": "手动配舱",
16 + "4": "预审不通过释放舱位",
17 + "5": "cutoff释放舱位",
18 + "6": "手动释放舱位",
19 + "7": "预审导出",
20 + "8": "预审导入",
21 + "9": "航班不推送修改为待推送",
22 + "10": "回推项目"
23 + }
24 + },
11 "menu": {//菜单设置 25 "menu": {//菜单设置
12 "menuType": { 26 "menuType": {
13 "M": "菜单", 27 "M": "菜单",
...@@ -82,6 +96,14 @@ let ductLabels = { ...@@ -82,6 +96,14 @@ let ductLabels = {
82 // "5": "处理失败(系统异常)", 96 // "5": "处理失败(系统异常)",
83 "9": "处理中", 97 "9": "处理中",
84 }, 98 },
99 + "status": {
100 + "0": "未处理",
101 + "1": "已处理",
102 + "2": "无需处理",
103 + "3": "处理失败",
104 + "4": "校验不通过",
105 + "9": "处理中"
106 + },
85 "weatherGenerateWater": { 107 "weatherGenerateWater": {
86 "1": "是", 108 "1": "是",
87 "0": "否" 109 "0": "否"
...@@ -91,14 +113,6 @@ let ductLabels = { ...@@ -91,14 +113,6 @@ let ductLabels = {
91 "1": "推送成功", 113 "1": "推送成功",
92 "2": "推送失败" 114 "2": "推送失败"
93 }, 115 },
94 - "status": {
95 - "0": "未处理",
96 - "1": "已处理",
97 - "2": "无需处理",
98 - "3": "处理失败",
99 - "4": "校验不通过",
100 - "9": "处理中"
101 - }
102 }, 116 },
103 "weatherTable": { 117 "weatherTable": {
104 "highLowPriceFlg": { 118 "highLowPriceFlg": {
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
9 } 9 }
10 10
11 .wid95 { 11 .wid95 {
12 - width: 95% !important; 12 + width: 95% !important;
13 -} 13 + }
14 14
15 .wid90 { 15 .wid90 {
16 width: 90% !important; 16 width: 90% !important;
...@@ -84,9 +84,9 @@ ...@@ -84,9 +84,9 @@
84 margin-left: 20px; 84 margin-left: 20px;
85 } 85 }
86 86
87 -// .el-dialog:not(.is-fullscreen) { 87 + // .el-dialog:not(.is-fullscreen) {
88 -// margin-top: 6vh !important; 88 + // margin-top: 6vh !important;
89 -// } 89 + // }
90 90
91 .el-table { 91 .el-table {
92 92
...@@ -115,7 +115,6 @@ ...@@ -115,7 +115,6 @@
115 // border-bottom: 1px solid #ddd; 115 // border-bottom: 1px solid #ddd;
116 margin: 8px 10px 15px 10px; 116 margin: 8px 10px 15px 10px;
117 padding-top: 15px; 117 padding-top: 15px;
118 - padding-bottom: 5px;
119 118
120 .formItem { 119 .formItem {
121 width: 95%; 120 width: 95%;
...@@ -280,4 +279,14 @@ ...@@ -280,4 +279,14 @@
280 279
281 .dialogColumn .el-tooltip { 280 .dialogColumn .el-tooltip {
282 white-space: pre-line !important; 281 white-space: pre-line !important;
282 + }
283 +
284 + .el-progress-bar {
285 + padding-right: 70px;
286 + }
287 +
288 + .el-progress__text {
289 + font-size: 12px !important;
290 + margin-left: 0px;
291 + font-weight: 700 !important;
283 } 292 }
...\ No newline at end of file ...\ No newline at end of file
......