shanyunduo.cheng

有效改失效,ServiceCode改服务种类

...@@ -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 },
......
...@@ -194,8 +194,12 @@ export default { ...@@ -194,8 +194,12 @@ export default {
194 sourceFlightAndFlightDate: [], 194 sourceFlightAndFlightDate: [],
195 statusList: [ 195 statusList: [
196 { 196 {
197 + id: 0,
198 + name: "执行中",
199 + },
200 + {
197 id: 1, 201 id: 1,
198 - name: "效", 202 + name: "效",
199 }, 203 },
200 { 204 {
201 id: 3, 205 id: 3,
......
...@@ -182,8 +182,8 @@ ...@@ -182,8 +182,8 @@
182 :disabled="!getRouter" 182 :disabled="!getRouter"
183 style="text-align: left" 183 style="text-align: left"
184 > 184 >
185 - <el-radio label="1">包含ServiceCode</el-radio> 185 + <el-radio label="1">包含服务种类</el-radio>
186 - <el-radio label="2">不包含ServiceCode</el-radio> 186 + <el-radio label="2">不包含服务种类</el-radio>
187 </el-radio-group> 187 </el-radio-group>
188 </el-col> 188 </el-col>
189 <el-col :span="16" v-if="isServiceCode == '1'"> 189 <el-col :span="16" v-if="isServiceCode == '1'">
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
194 maxlength="1000" 194 maxlength="1000"
195 show-word-limit 195 show-word-limit
196 :rows="4" 196 :rows="4"
197 - placeholder="请输入ServiceCode" 197 + placeholder="请输入服务种类"
198 @blur="serviceCodeBlur" 198 @blur="serviceCodeBlur"
199 :disabled="!getRouter" 199 :disabled="!getRouter"
200 ></el-input> 200 ></el-input>
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
207 maxlength="1000" 207 maxlength="1000"
208 show-word-limit 208 show-word-limit
209 :rows="4" 209 :rows="4"
210 - placeholder="请输入ServiceCode" 210 + placeholder="请输入服务种类"
211 @blur="serviceCodeBlur" 211 @blur="serviceCodeBlur"
212 :disabled="!getRouter" 212 :disabled="!getRouter"
213 ></el-input> 213 ></el-input>
......