Commit cd07331f authored by zhengke's avatar zhengke

修改

parent e93638cf
......@@ -22,7 +22,7 @@
<div>
<div class="searchInput" style="width:250px">
<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>
</el-input>
<span @click="msg.pageIndex=1,getList()" class="el-icon-search"
......@@ -57,7 +57,7 @@
</el-date-picker>
</div>
<el-table :data="tableData" v-loading="loading" border style="width: 100%;margin:20px 0">
<el-table-column prop="CarrierName" width="200" label="载体名称">
<el-table-column prop="CarrierName" width="200" label="项目名称">
</el-table-column>
<el-table-column prop="CarrierMetroList" label="地铁信息" width="200">
<template slot-scope="scope">
......@@ -71,7 +71,7 @@
<img :src="scope.row.Logo" style="width:50px;" />
</template>
</el-table-column>
<el-table-column prop="Address" width="200" label="载体地址">
<el-table-column prop="Address" width="200" label="项目地址">
</el-table-column>
<el-table-column prop="Developers" width="200" label="开发商">
</el-table-column>
......
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