Commit d8fdd19e authored by youjie's avatar youjie

no message

parent 11a38608
......@@ -650,7 +650,7 @@
</el-col>
<el-col :span="6">
<el-form-item :label="$t('hotel.hotel_detailinfo')" prop="address">
<el-input v-model="addMsg.address" :placeholder="$t('salesModule.HouseNumber')" autosize type="textarea" maxlength="50"></el-input>
<el-input v-model="addMsg.address" :placeholder="$t('salesModule.HouseNumber')" maxlength="50"></el-input>
</el-form-item>
</el-col>
<!--
......@@ -962,7 +962,7 @@
</el-col>
<el-col :span="8">
<el-form-item label="详细地址">
<el-input v-model='updateMsg.Address' autosize type="textarea" maxlength="50"></el-input>
<el-input v-model='updateMsg.Address' maxlength="50"></el-input>
</el-form-item>
</el-col>
<el-col :span="8">
......
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