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-04 17:00:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0ed96a23515066cf1ce1d1647dea5551d01f7493
0ed96a23
1 parent
2ccc3ffc
有效改失效,ServiceCode改服务种类
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
src/assets/languages/dictLabels.js
src/views/allocationConfig/flightRandConfig/index.vue
src/views/et86Config/et86RuleConfig/edit/index.vue
src/assets/languages/dictLabels.js
View file @
0ed96a2
...
...
@@ -77,7 +77,7 @@ let ductLabels = {
"flightRand"
:
{
//航班顺位设置
"status"
:
{
"0"
:
"执行中"
,
"1"
:
"
有
效"
,
"1"
:
"
失
效"
,
"3"
:
"停用"
}
},
...
...
src/views/allocationConfig/flightRandConfig/index.vue
View file @
0ed96a2
...
...
@@ -194,8 +194,12 @@ export default {
sourceFlightAndFlightDate: [],
statusList: [
{
id: 0,
name: "执行中",
},
{
id: 1,
name: "
有
效",
name: "
失
效",
},
{
id: 3,
...
...
src/views/et86Config/et86RuleConfig/edit/index.vue
View file @
0ed96a2
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment