Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
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
2026-04-10 18:26:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4220f6ca978e5a129507fe99b5ce774e3f53c7e8
4220f6ca
1 parent
ff3eff0b
字典增加
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
src/utils/dict.js
src/utils/dict.js
View file @
4220f6c
...
...
@@ -617,6 +617,10 @@ export const listStatus = () => {
value
:
"399"
,
},
{
label
:
"海关查验"
,
value
:
"500"
,
},
{
label
:
"放行"
,
value
:
"800"
,
},
...
...
@@ -628,6 +632,10 @@ export const listStatus = () => {
label
:
"回执异常"
,
value
:
"-1"
,
},
{
label
:
"人工审核"
,
value
:
"300"
,
},
];
};
...
...
Please
register
or
login
to post a comment