Commit b7862046 authored by youjie's avatar youjie

文案调整

parent 438befa7
......@@ -166,14 +166,14 @@
</el-date-picker>
</el-form-item>
<!--prop="VisitorsFlowrate"-->
<el-form-item label="人流参数">
<el-input v-model="addMsg.VisitorsFlowrate" style="width: 690px" size="small" placeholder="请输入人流参数"
<el-form-item label="人流参数">
<el-input v-model="addMsg.VisitorsFlowrate" style="width: 690px" size="small" placeholder="请输入人流参数"
maxlength="500" show-word-limit>
</el-input>
</el-form-item>
<!--prop="SupportingFacilities"-->
<el-form-item label="水电气及配套">
<el-input v-model="addMsg.SupportingFacilities" style="width: 690px" size="small" placeholder="请输入水电气及配套"
<el-form-item label="配套设施">
<el-input v-model="addMsg.SupportingFacilities" style="width: 690px" size="small" placeholder="请输入配套设施"
maxlength="500" show-word-limit>
</el-input>
</el-form-item>
......@@ -208,8 +208,8 @@
</el-input>
</el-form-item>
<!--prop="BrandDemand"-->
<el-form-item label="目标招商业态及品牌需求">
<el-input v-model="addMsg.BrandDemand" style="width: 690px" size="small" placeholder="请输入目标招商业态及品牌需求"
<el-form-item label="目标招商业态">
<el-input v-model="addMsg.BrandDemand" style="width: 690px" size="small" placeholder="请输入目标招商业态"
maxlength="500" show-word-limit>
</el-input>
</el-form-item>
......@@ -486,11 +486,11 @@
PropertyComposition: '', //物业构成
Location: '', //项目发展及定位
Crowd: '', //周边人群结构特征
VisitorsFlowrate: null, //人流参数
VisitorsFlowrate: null, //人流参数
LayersNum: null, //商业楼层
SupportingFacilities: '', //水电气及配套
SupportingFacilities: '', //配套设施
ManagementCompany: null, //管理公司及管理费
BrandDemand: '', //目标招商业态及品牌需求
BrandDemand: '', //目标招商业态
Banner: [], //介绍图
Honor: [], //荣誉图
ContactName: "", //联系人
......@@ -588,7 +588,7 @@
}, ],
VisitorsFlowrate: [{
required: true,
message: "请输入人流参数",
message: "请输入人流参数",
trigger: "burl",
}, ],
LayersNum: [{
......@@ -598,7 +598,7 @@
}, ],
SupportingFacilities: [{
required: true,
message: "请输入水电气及配套",
message: "请输入配套设施",
trigger: "burl",
}, ],
ManagementCompany: [{
......@@ -608,7 +608,7 @@
}, ],
BrandDemand: [{
required: true,
message: "请输入目标招商业态及品牌需求",
message: "请输入目标招商业态",
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