Commit 7511ec35 authored by 吴春's avatar 吴春

11

parent 81babcde
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
start-placeholder="开业日期" end-placeholder="开业日期" size="small" @change="getList" value-format="yyyy-MM-dd"> start-placeholder="开业日期" end-placeholder="开业日期" size="small" @change="getList" value-format="yyyy-MM-dd">
</el-date-picker> </el-date-picker>
</div> </div>
<el-table :data="tableData" v-loading="loading" border style="width: 100%; margin: 20px 0"> <el-table :data="tableData" v-loading="loading" border style="width: 100%; margin: 20px 0" height="540">
<el-table-column prop="CarrierName" width="200" label="项目名称"> <el-table-column prop="CarrierName" width="200" label="项目名称">
</el-table-column> </el-table-column>
<el-table-column prop="CarrierMetroList" label="地铁信息" width="200"> <el-table-column prop="CarrierMetroList" label="地铁信息" width="200">
...@@ -111,34 +111,37 @@ ...@@ -111,34 +111,37 @@
</el-image> </el-image>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="ProjectType" label="项目区域"> <el-table-column prop="ProjectType" width="100" label="项目区域">
<template slot-scope="scope"> <template slot-scope="scope">
{{ getProject(scope.row.ProjectType) }} {{ getProject(scope.row.ProjectType) }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="Address" width="200" label="项目地址"> <el-table-column prop="Address" label="开发商/项目地址">
</el-table-column>
<el-table-column prop="Developers" width="200" label="开发商">
</el-table-column>
<el-table-column prop="OpenTime" width="180" label="开业时间">
</el-table-column>
<el-table-column prop="IsRecommend" label="是否推荐" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<el-switch v-model="scope.row.IsRecommend" :active-value="1" :inactive-value="0" {{ scope.row.Developers }}
@change="changeRecommend(scope.row, $event)"> <br />
</el-switch> {{ scope.row.Address }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="CarrierSize" label="商业体量"> </el-table-column> <el-table-column prop="OpenTime" width="145" label="开业时间">
<el-table-column prop="LayersNum" width="150" label="商业层数"></el-table-column> </el-table-column>
<el-table-column prop="ContactName" label="联系人" width="100"> <el-table-column prop="CarrierSize" width="115" label="商业体量"> </el-table-column>
<el-table-column prop="LayersNum" width="140" label="商业层数"></el-table-column>
<el-table-column prop="ContactName" width="120" label="联系人">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.ContactName }} {{ scope.row.ContactName }}
<br /> <br />
{{ scope.row.ContactPhone }} {{ scope.row.ContactPhone }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="UserName" width="100" label="认证用户"></el-table-column> <!-- <el-table-column prop="UserName" width="100" label="认证用户"></el-table-column> -->
<el-table-column prop="IsRecommend" label="推荐" width="100">
<template slot-scope="scope">
<el-switch v-model="scope.row.IsRecommend" :active-value="1" :inactive-value="0"
@change="changeRecommend(scope.row, $event)">
</el-switch>
</template>
</el-table-column>
<el-table-column label="操作" width="100" fixed="right"> <el-table-column label="操作" width="100" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="修改" placement="top"> <el-tooltip class="item" effect="dark" content="修改" placement="top">
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
</div> </div>
</div> </div>
<div style="padding: 20px; background: #fff"> <div style="padding: 20px; background: #fff">
<el-table :data="dataList" header-cell-class-name="headClass" style="width: 100%" border> <el-table :data="dataList" header-cell-class-name="headClass" style="width: 100%" height="540" border>
<el-table-column prop="Id" label="ID" width="70"> <el-table-column prop="Id" label="ID" width="70">
<template slot-scope="scope"> <template slot-scope="scope">
<span @click="goRecruit(scope.row.ID)">{{ scope.row.ID }}</span> <span @click="goRecruit(scope.row.ID)">{{ scope.row.ID }}</span>
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="ShopNum" label="店铺数量" width="80"> <el-table-column prop="ShopNum" label="店铺数量" width="80">
</el-table-column> </el-table-column>
<el-table-column prop="BuiltUpArea" label="建筑面积" width="200"> <el-table-column prop="BuiltUpArea" label="建筑面积" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.BuiltUpArea }} <span>{{ scope.row.BuiltUpArea }}
{{ scope.row.EndBuiltUpArea }}</span> {{ scope.row.EndBuiltUpArea }}</span>
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="CustomerType" label="客群定位" width="160"> <el-table-column prop="CustomerType" label="客群定位" width="160">
</el-table-column> </el-table-column>
<el-table-column prop="ContactName" label="联系人" width="100"> <el-table-column prop="ContactName" label="联系人" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.ContactName }} {{ scope.row.ContactName }}
<br /> <br />
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="UserName" width="100" label="认证用户"></el-table-column> <el-table-column prop="UserName" width="100" label="认证用户"></el-table-column>
<el-table-column prop="IsRecommend" label="是否推荐" width="120"> <el-table-column prop="IsRecommend" width="110" label="推荐" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-switch v-model="scope.row.IsRecommend" :active-value="1" :inactive-value="0" <el-switch v-model="scope.row.IsRecommend" :active-value="1" :inactive-value="0"
@change="changeRecommend(scope.row, $event)"> @change="changeRecommend(scope.row, $event)">
......
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