切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
小范
3 years ago
提交
60c60bb42a8bd9e52f1341557c94acd6cf64c334
1 个父辈
68aff9bf
航班配置查询更新
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
src/views/airtransport/queryConfigure.vue
src/views/airtransport/queryConfigure.vue
查看文件 @
60c60bb
...
...
@@ -7,11 +7,11 @@
</el-col>
</el-row>
<!-- 搜索区域-->
<el-row>
<el-row
style="padding-top: 20px"
>
<el-form :label-position="labelPosition" :model="queryConfigure" ref="queryFlight"
label-width="130px" class="demo-ruleForm">
<el-col :span="
6"
>
<el-col :span="
8" style="margin-right: 170px"
>
<el-form-item label="航班号:" prop="flightNo" label-width="80px">
<el-input v-model="queryConfigure.flightNo" style="width:190px"></el-input>
</el-form-item>
...
...
@@ -28,7 +28,7 @@
border
height="500"
v-loading="tableloading"
style="
width: 100%;margin-bottom
: 10px">
style="
margin-bottom: 20px;margin-top
: 10px">
<el-table-column
fixed="left"
label="操作"
...
...
@@ -49,7 +49,7 @@
label="航班号">
</el-table-column>
<el-table-column
prop="ie
t
ype"
prop="ie
T
ype"
label="进出港">
</el-table-column>
<el-table-column
...
...
@@ -174,7 +174,7 @@
//获取进港航班配置查询列表
submitForm() {
let params = {
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryConfigure.flightNo,ie
t
ype:'0'
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryConfigure.flightNo,ie
T
ype:'0'
};
this.tableloading = true;
selectSchedule(params).then(res => {
...
...
请
注册
或
登录
后发表评论