Commit bd12d5c5 authored by 黄奎's avatar 黄奎

1

parent 11f0c7da
......@@ -68,7 +68,7 @@
</el-form-item>
<el-form-item :label="`${isBrand?'品牌':'服务'}简介`" class="ue-style">
<el-input type="textarea" :placeholder="`请输入${isBrand?'品牌':'服务'}简介`" v-model="addMsg.Introduce"
maxlength="500" show-word-limit autosize style="width: 690px;">
maxlength="500" autosize style="width: 690px;">
</el-input>
</el-form-item>
<el-form-item label="店铺数量" size="small">
......
......@@ -60,8 +60,8 @@
</div>
</el-form-item>
<el-form-item :label="`企业简介`" class="ue-style">
<el-input type="textarea" :placeholder="`请输入企业简介`" v-model="addMsg.Introduction" maxlength="500"
show-word-limit autosize style="width: 690px;">
<el-input type="textarea" :placeholder="`请输入企业简介`" v-model="addMsg.Introduction" maxlength="500" autosize
style="width: 690px;">
</el-input>
</el-form-item>
<el-form-item label="企业发展意向">
......
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