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
jinhui.wang
2023-09-12 13:44:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e41bba64797681b4d1d9e6dca74163cf136061a0
e41bba64
1 parent
ac77bf2c
维度设置修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
e41bba6
...
...
@@ -81,7 +81,7 @@
<div v-else-if="(routeSatus.indexOf('FlightAllocConfig') >= 0)"
style="display: inline-block;">
<span
v-if="
infoForm.fltDate != null && infoForm.fltDate != '' && infoForm.flt
Date != ' '">日期级别规则</span><span
v-if="
val.id && val.ruleDate != null && val.ruleDate != '' && val.rule
Date != ' '">日期级别规则</span><span
v-else>普通规则</span>
</div>
<el-divider></el-divider>
...
...
@@ -808,6 +808,7 @@ export default {
})
this.newRoute(sub)
}
console.log(this.infoForm)
})
}
else {
...
...
Please
register
or
login
to post a comment