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-11-15 16:29:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f0014041e97d5d28346e1327664e0c7c0e589fa
0f001404
1 parent
6a627421
字典增加
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
src/assets/languages/dictLabels.js
src/views/allocationConfig/cargoAllocation/info.vue
src/assets/languages/dictLabels.js
View file @
0f00140
...
...
@@ -123,7 +123,8 @@ let ductLabels = {
"1"
:
"pre-MD cutoff"
,
"2"
:
"航班迁转手动释放"
,
"3"
:
"预审不通过定时任务"
,
"4"
:
"自动配舱"
"4"
:
"自动配舱"
,
"5"
:
"航班迁转"
},
"weightMark"
:
{
"1"
:
"增加"
,
...
...
@@ -153,7 +154,8 @@ let ductLabels = {
"status"
:
{
"0"
:
"未处理"
,
"1"
:
"处理成功"
,
"2"
:
"处理失败"
"2"
:
"处理失败"
,
"3"
:
"处理中"
}
}
}
...
...
src/views/allocationConfig/cargoAllocation/info.vue
View file @
0f00140
...
...
@@ -65,7 +65,7 @@ export default {
ids: [],
fltNo: undefined,
fltDate: undefined,
route:
undefined
,
route:
null
,
overweight: false,
},
cargoHeader: [
...
...
Please
register
or
login
to post a comment