Commit a76208e7 authored by youjie's avatar youjie

Revert "文案调整"

This reverts commit c62bd2b3.
parent c62bd2b3
...@@ -150,11 +150,11 @@ ...@@ -150,11 +150,11 @@
<el-table-column prop="PropertyComposition" width="100" label="物业构成"></el-table-column> <el-table-column prop="PropertyComposition" width="100" label="物业构成"></el-table-column>
<el-table-column prop="Location" width="200" label="现状及发展定位"></el-table-column> <el-table-column prop="Location" width="200" label="现状及发展定位"></el-table-column>
<el-table-column prop="Crowd" width="200" label="周边人群结构特征"></el-table-column> <el-table-column prop="Crowd" width="200" label="周边人群结构特征"></el-table-column>
<el-table-column prop="VisitorsFlowrate" width="100" label="人流参数"></el-table-column> <el-table-column prop="VisitorsFlowrate" width="100" label="人流参数"></el-table-column>
<el-table-column prop="LayersNum" width="100" label="楼层及层高"></el-table-column> <el-table-column prop="LayersNum" width="100" label="楼层及层高"></el-table-column>
<el-table-column prop="SupportingFacilities" width="100" label="配套设施"></el-table-column> <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="ManagementCompany" width="100" label="管理公司及管理费"></el-table-column>
<el-table-column prop="BrandDemand" width="200" 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="ContactName" width="150" label="联系人"></el-table-column>
<el-table-column prop="ContactPhone" width="150" label="联系电话"></el-table-column> <el-table-column prop="ContactPhone" width="150" label="联系电话"></el-table-column>
<el-table-column label="操作" width="100"> <el-table-column label="操作" width="100">
......
...@@ -166,14 +166,14 @@ ...@@ -166,14 +166,14 @@
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
<!--prop="VisitorsFlowrate"--> <!--prop="VisitorsFlowrate"-->
<el-form-item label="人流参数"> <el-form-item label="人流参数">
<el-input v-model="addMsg.VisitorsFlowrate" style="width: 690px" size="small" placeholder="请输入人流参数" <el-input v-model="addMsg.VisitorsFlowrate" style="width: 690px" size="small" placeholder="请输入人流参数"
maxlength="500" show-word-limit> maxlength="500" show-word-limit>
</el-input> </el-input>
</el-form-item> </el-form-item>
<!--prop="SupportingFacilities"--> <!--prop="SupportingFacilities"-->
<el-form-item label="配套设施"> <el-form-item label="水电气及配套">
<el-input v-model="addMsg.SupportingFacilities" style="width: 690px" size="small" placeholder="请输入配套设施" <el-input v-model="addMsg.SupportingFacilities" style="width: 690px" size="small" placeholder="请输入水电气及配套"
maxlength="500" show-word-limit> maxlength="500" show-word-limit>
</el-input> </el-input>
</el-form-item> </el-form-item>
...@@ -208,8 +208,8 @@ ...@@ -208,8 +208,8 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
<!--prop="BrandDemand"--> <!--prop="BrandDemand"-->
<el-form-item label="目标招商业态"> <el-form-item label="目标招商业态及品牌需求">
<el-input v-model="addMsg.BrandDemand" style="width: 690px" size="small" placeholder="请输入目标招商业态" <el-input v-model="addMsg.BrandDemand" style="width: 690px" size="small" placeholder="请输入目标招商业态及品牌需求"
maxlength="500" show-word-limit> maxlength="500" show-word-limit>
</el-input> </el-input>
</el-form-item> </el-form-item>
...@@ -486,11 +486,11 @@ ...@@ -486,11 +486,11 @@
PropertyComposition: '', //物业构成 PropertyComposition: '', //物业构成
Location: '', //项目发展及定位 Location: '', //项目发展及定位
Crowd: '', //周边人群结构特征 Crowd: '', //周边人群结构特征
VisitorsFlowrate: null, //人流参数 VisitorsFlowrate: null, //人流参数
LayersNum: null, //商业楼层 LayersNum: null, //商业楼层
SupportingFacilities: '', //配套设施 SupportingFacilities: '', //水电气及配套
ManagementCompany: null, //管理公司及管理费 ManagementCompany: null, //管理公司及管理费
BrandDemand: '', //目标招商业态 BrandDemand: '', //目标招商业态及品牌需求
Banner: [], //介绍图 Banner: [], //介绍图
Honor: [], //荣誉图 Honor: [], //荣誉图
ContactName: "", //联系人 ContactName: "", //联系人
...@@ -588,7 +588,7 @@ ...@@ -588,7 +588,7 @@
}, ], }, ],
VisitorsFlowrate: [{ VisitorsFlowrate: [{
required: true, required: true,
message: "请输入人流参数", message: "请输入人流参数",
trigger: "burl", trigger: "burl",
}, ], }, ],
LayersNum: [{ LayersNum: [{
...@@ -598,7 +598,7 @@ ...@@ -598,7 +598,7 @@
}, ], }, ],
SupportingFacilities: [{ SupportingFacilities: [{
required: true, required: true,
message: "请输入配套设施", message: "请输入水电气及配套",
trigger: "burl", trigger: "burl",
}, ], }, ],
ManagementCompany: [{ ManagementCompany: [{
...@@ -608,7 +608,7 @@ ...@@ -608,7 +608,7 @@
}, ], }, ],
BrandDemand: [{ BrandDemand: [{
required: true, required: true,
message: "请输入目标招商业态", message: "请输入目标招商业态及品牌需求",
trigger: "burl", trigger: "burl",
}, ], }, ],
}, },
......
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
PropertyFee: null, //管理公司及管理费 PropertyFee: null, //管理公司及管理费
RentFee: null, //月租金(元/㎡) RentFee: null, //月租金(元/㎡)
IndustryDirection: "", //拟主导产业方向 IndustryDirection: "", //拟主导产业方向
BrandDemand: "", //目标招商业态 BrandDemand: "", //目标招商业态及品牌需求
Other: "", //其他需求 Other: "", //其他需求
ContactName: "", //联系人 ContactName: "", //联系人
ContactPhone: null, //联系电话 ContactPhone: null, //联系电话
......
...@@ -294,10 +294,10 @@ ...@@ -294,10 +294,10 @@
</el-row> </el-row>
<el-row :gutter="24"> <el-row :gutter="24">
<el-col :span="12"> <el-col :span="12">
<el-form-item label="人流参数:">{{ listInfo.CarrierModel.VisitorsFlowrate }}</el-form-item> <el-form-item label="人流参数:">{{ listInfo.CarrierModel.VisitorsFlowrate }}</el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="配套设施:">{{ listInfo.CarrierModel.SupportingFacilities }}</el-form-item> <el-form-item label="水电气及配套:">{{ listInfo.CarrierModel.SupportingFacilities }}</el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="24"> <el-row :gutter="24">
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
<el-form-item label="业态规划:">{{ listInfo.CarrierModel.CarrierPlan }}</el-form-item> <el-form-item label="业态规划:">{{ listInfo.CarrierModel.CarrierPlan }}</el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="目标招商业态:">{{ listInfo.CarrierModel.BrandDemand }}</el-form-item> <el-form-item label="目标招商业态及品牌需求:">{{ listInfo.CarrierModel.BrandDemand }}</el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="24"> <el-row :gutter="24">
......
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