Commit b7862046 authored by youjie's avatar youjie

文案调整

parent 438befa7
...@@ -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",
}, ], }, ],
}, },
......
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