shanyunduo.cheng

有效失效改回

......@@ -77,7 +77,7 @@ let ductLabels = {
"flightRand": {//航班顺位设置
"status": {
"0": "执行中",
"1": "效",
"1": "效",
"3": "停用"
}
},
......
......@@ -193,13 +193,13 @@ export default {
//目的航班数据
sourceFlightAndFlightDate: [],
statusList: [
{
id: 0,
name: "执行中",
},
// {
// id: 0,
// name: "执行中",
// },
{
id: 1,
name: "效",
name: "效",
},
{
id: 3,
......