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
shanyunduo.cheng
2024-01-05 14:59:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d26b9ccc3e862af374b3ed8996960c1fefaf8e8
6d26b9cc
1 parent
d81a12e2
有效失效改回
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
src/assets/languages/dictLabels.js
src/views/allocationConfig/flightRandConfig/index.vue
src/assets/languages/dictLabels.js
View file @
6d26b9c
...
...
@@ -77,7 +77,7 @@ let ductLabels = {
"flightRand"
:
{
//航班顺位设置
"status"
:
{
"0"
:
"执行中"
,
"1"
:
"
失
效"
,
"1"
:
"
有
效"
,
"3"
:
"停用"
}
},
...
...
src/views/allocationConfig/flightRandConfig/index.vue
View file @
6d26b9c
...
...
@@ -193,13 +193,13 @@ export default {
//目的航班数据
sourceFlightAndFlightDate: [],
statusList: [
{
id: 0,
name: "执行中",
},
//
{
//
id: 0,
//
name: "执行中",
//
},
{
id: 1,
name: "
失
效",
name: "
有
效",
},
{
id: 3,
...
...
Please
register
or
login
to post a comment