Commit 0a038e73 authored by 黄奎's avatar 黄奎

111

parent 14149410
......@@ -55,8 +55,6 @@
</template>
</el-table-column>
<el-table-column prop="BrandName" :label="`${isBrand?'品牌':'服务'}名称`"> </el-table-column>
<el-table-column prop="CategoryName" :label="`${isBrand?'品牌':'服务'}分类`" width="150">
</el-table-column>
<el-table-column prop="Logo" label="Logo" width="100">
<template slot-scope="scope">
<el-image v-if="scope.row.Logo" :src="scope.row.Logo" style="width: 50px"
......@@ -64,6 +62,8 @@
</el-image>
</template>
</el-table-column>
<el-table-column prop="CategoryName" :label="`${isBrand?'品牌':'服务'}分类`" width="150">
</el-table-column>
<el-table-column prop="ShopNum" label="店铺数量" width="80">
</el-table-column>
<el-table-column prop="BuiltUpArea" label="需求面积" width="100">
......
......@@ -52,7 +52,7 @@
top: 1px;
"></span>
</div> -->
<div class="searchInput" style="width: 250px; margin-bottom: 10px">
<!-- <div class="searchInput" style="width: 250px; margin-bottom: 10px">
<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" clearable>
......@@ -75,7 +75,7 @@
position: relative;
top: 1px;
"></span>
</div>
</div> -->
<!-- <div class="searchInput" style="width: 200px; margin-bottom: 10px">
<el-select size="small" v-model="msg.UserId" :filter-method="ChangeListName" filterable
@change="(msg.pageIndex = 1), getList()" placeholder="请选择">
......@@ -94,7 +94,7 @@
</div> -->
<div class="searchInput" style="width: 200px; margin-bottom: 10px">
<el-select size="small" v-model="msg.CategoryId" filterable @change="(msg.pageIndex = 1), getList()" clearable
@clear="(msg.pageIndex = 1), getList()" :placeholder="(isCarrier?'商业载体':'楼宇')+`分类`">
@clear="(msg.pageIndex = 1), getList()" placeholder="物业构成">
<el-option v-for="item in CategoryList" :key="item.ID" :label="item.ClassName" :value="item.ID">
</el-option>
</el-select>
......@@ -114,13 +114,13 @@
<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>
<el-table-column prop="CarrierMetroList" label="地铁信息" width="200">
<!-- <el-table-column prop="CarrierMetroList" label="地铁信息" width="200">
<template slot-scope="scope">
<div v-for="(item, index) in scope.row.CarrierMetroList" :key="index" class="CarrierList">
<span>{{ item.MetroNum }}号线</span><span>{{ item.MetroName }}</span><span>{{ item.Distance }}</span>
</div>
</template>
</el-table-column>
</el-table-column> -->
<el-table-column prop="Logo" width="100" label="logo">
<template slot-scope="scope">
<el-image :src="scope.row.Logo" style="width: 50px" :preview-src-list="scope.row.LogoList">
......@@ -133,12 +133,12 @@
</el-table-column>
<el-table-column prop="OpenTime" width="180" label="开业时间">
</el-table-column>
<el-table-column prop="ProjectType" min-width="200" label="项目分类">
<el-table-column prop="ProjectType" min-width="200" label="物业构成">
<template slot-scope="scope">
{{ scope.row.CategoryName }}
</template>
</el-table-column>
<!-- <el-table-column prop="CarrierSize" label="商业体量"> </el-table-column> -->
<el-table-column prop="CarrierSize" label="商业体量"> </el-table-column>
<el-table-column prop="LayersNum" width="150" label="商业层数"></el-table-column>
<!-- <el-table-column prop="UserName" width="100" label="认证用户"></el-table-column> -->
......@@ -151,6 +151,8 @@
<el-table-column prop="SupportingFacilities" width="100" label="水电气及配套"></el-table-column>
<el-table-column prop="ManagementCompany" width="100" label="管理公司及管理费"></el-table-column>
<el-table-column prop="BrandDemand" width="200" label="目标招商业态及品牌需求"></el-table-column> -->
<el-table-column prop="ContactName" width="150" label="联系人"></el-table-column>
<el-table-column prop="ContactPhone" width="150" label="联系电话"></el-table-column>
<el-table-column label="操作" width="100">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="修改" placement="top">
......
......@@ -216,6 +216,16 @@
</el-input>
</el-form-item>
<el-form-item label="联系人">
<el-input v-model="addMsg.ContactName" style="width: 690px" size="small" placeholder="请输入联系人" maxlength="50">
</el-input>
</el-form-item>
<el-form-item label="联系电话">
<el-input v-model="addMsg.ContactPhone" style="width: 690px" size="small" placeholder="请输入联系电话"
maxlength="50">
</el-input>
</el-form-item>
<!-- <el-form-item label="" prop="">
<div slot="label">
首店类型/数量
......@@ -480,6 +490,8 @@
BrandDemand: '', //目标招商业态及品牌需求
Banner: [], //介绍图
Honor: [], //荣誉图
ContactName: "", //联系人
ContactPhone: "", //联系电话
},
OpeningStatusList: [{
id: 0,
......
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