shanyunduo.cheng

有效失效改回

...@@ -77,7 +77,7 @@ let ductLabels = { ...@@ -77,7 +77,7 @@ let ductLabels = {
77 "flightRand": {//航班顺位设置 77 "flightRand": {//航班顺位设置
78 "status": { 78 "status": {
79 "0": "执行中", 79 "0": "执行中",
80 - "1": "效", 80 + "1": "效",
81 "3": "停用" 81 "3": "停用"
82 } 82 }
83 }, 83 },
......
...@@ -193,13 +193,13 @@ export default { ...@@ -193,13 +193,13 @@ export default {
193 //目的航班数据 193 //目的航班数据
194 sourceFlightAndFlightDate: [], 194 sourceFlightAndFlightDate: [],
195 statusList: [ 195 statusList: [
196 - { 196 + // {
197 - id: 0, 197 + // id: 0,
198 - name: "执行中", 198 + // name: "执行中",
199 - }, 199 + // },
200 { 200 {
201 id: 1, 201 id: 1,
202 - name: "效", 202 + name: "效",
203 }, 203 },
204 { 204 {
205 id: 3, 205 id: 3,
......