Commit 5ec11334 authored by zhengke's avatar zhengke

修改样式

parent cd07331f
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</div> </div>
<div class="content"> <div class="content">
<div> <div>
<div class="searchInput" style="width:250px"> <div class="searchInput" style="width:250px;margin-bottom:10px;">
<el-input @keyup.enter.native="msg.pageIndex=1,getList()" @clear="msg.pageIndex=1,getList()" <el-input @keyup.enter.native="msg.pageIndex=1,getList()" @clear="msg.pageIndex=1,getList()"
style="display:inline-block;width:225px;height:30px" placeholder="项目名称" v-model="msg.CarrierName" style="display:inline-block;width:225px;height:30px" placeholder="项目名称" v-model="msg.CarrierName"
size="small" clearable> size="small" clearable>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<span @click="msg.pageIndex=1,getList()" class="el-icon-search" <span @click="msg.pageIndex=1,getList()" class="el-icon-search"
style="color:#979dad;font-size:14px;position:relative;top:1px"></span> style="color:#979dad;font-size:14px;position:relative;top:1px"></span>
</div> </div>
<div class="searchInput" style="width:250px"> <div class="searchInput" style="width:250px;margin-bottom:10px;">
<el-input @keyup.enter.native="msg.pageIndex=1,getList()" @clear="msg.pageIndex=1,getList()" <el-input @keyup.enter.native="msg.pageIndex=1,getList()" @clear="msg.pageIndex=1,getList()"
style="display:inline-block;width:225px;height:30px" placeholder="开发商" v-model="msg.Developers" size="small" style="display:inline-block;width:225px;height:30px" placeholder="开发商" v-model="msg.Developers" size="small"
clearable> clearable>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<span @click="msg.pageIndex=1,getList()" class="el-icon-search" <span @click="msg.pageIndex=1,getList()" class="el-icon-search"
style="color:#979dad;font-size:14px;position:relative;top:1px"></span> style="color:#979dad;font-size:14px;position:relative;top:1px"></span>
</div> </div>
<div class="searchInput" style="width:250px"> <div class="searchInput" style="width:250px;margin-bottom:10px;">
<el-input @keyup.enter.native="msg.pageIndex=1,getList()" @clear="msg.pageIndex=1,getList()" <el-input @keyup.enter.native="msg.pageIndex=1,getList()" @clear="msg.pageIndex=1,getList()"
style="display:inline-block;width:225px;height:30px" @keyup.native="checkInteger(msg,'MetroNum')" placeholder="地铁线路" v-model="msg.MetroNum" size="small" style="display:inline-block;width:225px;height:30px" @keyup.native="checkInteger(msg,'MetroNum')" placeholder="地铁线路" v-model="msg.MetroNum" size="small"
clearable> clearable>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<span @click="msg.pageIndex=1,getList()" class="el-icon-search" <span @click="msg.pageIndex=1,getList()" class="el-icon-search"
style="color:#979dad;font-size:14px;position:relative;top:1px"></span> style="color:#979dad;font-size:14px;position:relative;top:1px"></span>
</div> </div>
<div class="searchInput" style="width:250px"> <div class="searchInput" style="width:250px;margin-bottom:10px;">
<el-input @keyup.enter.native="msg.pageIndex=1,getList()" @clear="msg.pageIndex=1,getList()" <el-input @keyup.enter.native="msg.pageIndex=1,getList()" @clear="msg.pageIndex=1,getList()"
style="display:inline-block;width:225px;height:30px" placeholder="地铁站名称" v-model="msg.MetroName" style="display:inline-block;width:225px;height:30px" placeholder="地铁站名称" v-model="msg.MetroName"
size="small" clearable> size="small" clearable>
...@@ -141,7 +141,6 @@ ...@@ -141,7 +141,6 @@
this.apipost("/api/Trade/GetCarrierPageList", this.msg, res => { this.apipost("/api/Trade/GetCarrierPageList", this.msg, res => {
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(res, '数据来了');
this.total = res.data.data.count; this.total = res.data.data.count;
let pageData = res.data.data.pageData; let pageData = res.data.data.pageData;
this.tableData = pageData; this.tableData = pageData;
...@@ -177,7 +176,6 @@ ...@@ -177,7 +176,6 @@
this.apipost("/api/Trade/GetProjectTypeEnumList", {}, res => { this.apipost("/api/Trade/GetProjectTypeEnumList", {}, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.ProjectTypeList = res.data.data; this.ProjectTypeList = res.data.data;
console.log(res, '类型');
} }
}) })
}, },
......
...@@ -26,11 +26,6 @@ ...@@ -26,11 +26,6 @@
<el-option label="不限" :value="0"></el-option> <el-option label="不限" :value="0"></el-option>
<el-option :label="x.ClassName" :value="x.ID" v-for="(x,y) in BrandClassList" :key="y"></el-option> <el-option :label="x.ClassName" :value="x.ID" v-for="(x,y) in BrandClassList" :key="y"></el-option>
</el-select> </el-select>
<span style="margin-left: 10px">电量</span>
<el-input @keyup.enter.native="msg.pageIndex=1,getList()" @clear="msg.pageIndex=1,getList()"
style="display:inline-block;width:225px;height:30px" placeholder="请输入电量" v-model="msg.DianLiang"
size="small" clearable>
</el-input>
</div> </div>
</div> </div>
<div style="display: flex;flex-direction: row;align-items: center;flex-wrap: wrap"> <div style="display: flex;flex-direction: row;align-items: center;flex-wrap: wrap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment