shanyunduo.cheng

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

......@@ -77,7 +77,7 @@ let ductLabels = {
"flightRand": {//航班顺位设置
"status": {
"0": "执行中",
"1": "效",
"1": "效",
"3": "停用"
}
},
......
......@@ -194,8 +194,12 @@ export default {
sourceFlightAndFlightDate: [],
statusList: [
{
id: 0,
name: "执行中",
},
{
id: 1,
name: "效",
name: "效",
},
{
id: 3,
......
......@@ -182,8 +182,8 @@
:disabled="!getRouter"
style="text-align: left"
>
<el-radio label="1">包含ServiceCode</el-radio>
<el-radio label="2">不包含ServiceCode</el-radio>
<el-radio label="1">包含服务种类</el-radio>
<el-radio label="2">不包含服务种类</el-radio>
</el-radio-group>
</el-col>
<el-col :span="16" v-if="isServiceCode == '1'">
......@@ -194,7 +194,7 @@
maxlength="1000"
show-word-limit
:rows="4"
placeholder="请输入ServiceCode"
placeholder="请输入服务种类"
@blur="serviceCodeBlur"
:disabled="!getRouter"
></el-input>
......@@ -207,7 +207,7 @@
maxlength="1000"
show-word-limit
:rows="4"
placeholder="请输入ServiceCode"
placeholder="请输入服务种类"
@blur="serviceCodeBlur"
:disabled="!getRouter"
></el-input>
......