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
2022-01-26 16:52:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d00659e974615c583e7891ca450ad0dfff1b9d0a
d00659e9
1 parent
d8d47242
样式更新
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/basicInformation/queryCargo/index.vue
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
d00659e
...
...
@@ -4,7 +4,7 @@
<template v-else>
<el-form ref="form" :model="form" label-width="200px" size="small" :disabled="disable" :rules="rules">
<el-row :gutter="20">
<el-col :span="
8
">
<el-col :span="
12
">
<el-form-item label="航班号" prop="purposeOfFlightNo">
<el-input v-model.trim="form.purposeOfFlightNo" style="width: 60%" :disabled="nameDisabled"></el-input>
</el-form-item>
...
...
src/views/basicInformation/queryCargo/index.vue
View file @
d00659e
...
...
@@ -625,7 +625,7 @@ export default {
this.downLoadingTip.tip = ""
})
} else {
if(this.totalCount <
10
0000){
if(this.totalCount <
8
0000){
this.downLoadingTip.tip = "正在导出全部结果集"
cargoXlse.cargoConditionDto.limitStart = 0;
cargoXlse.cargoConditionDto.limitSize = -1;
...
...
@@ -702,4 +702,9 @@ export default {
font-size: 14px;
margin-right: 40px;
}
.progress{
width:200px;
display: inline-block;
margin:0 0 0 20px;
}
</style>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment