Commit 921b5785 authored by zhengke's avatar zhengke

no message

parent 5d6d05c4
......@@ -132,7 +132,7 @@
</el-table-column>
<el-table-column prop="OpenTime" width="180" label="开业时间">
</el-table-column>
<el-table-column prop="ProjectType" label="项目分类">
<el-table-column prop="ProjectType" min-width="200" label="项目分类">
<template slot-scope="scope">
{{ scope.row.CategoryName }}
</template>
......@@ -150,7 +150,7 @@
<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 label="操作" width="100" fixed="right">
<el-table-column label="操作" width="100">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="修改" placement="top">
<img @click="CommonJump('editVehicle', { ID: scope.row.ID,isCarrier:isCarrier?1:0 })" src="../../assets/img/userman/edit.png"
......
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