Commit 04e8b32c authored by 黄奎's avatar 黄奎

页面修改

parent 5e7ee75c
......@@ -92,7 +92,7 @@
</el-select>
</el-form-item>
<el-form-item :label="$t('hotel.hotel_detailinfo')">
<el-input type="text" class="w300" v-model="addMsg.Address" size="small" placeholder="请填写详细地址">
<el-input type="text" class="w300" v-model="addMsg.Address" size="small" placeholder="例如:四川省成都市锦江区阳光新业中心">
<el-button slot="append" @click="getMapShow">地图</el-button>
</el-input>
</el-form-item>
......@@ -110,7 +110,7 @@
</div>
</div>
<el-form-item label="地址说明">
<el-input type="text" class="w300" v-model="addMsg.AddressDes" size="small" placeholder="请填写详细地址">
<el-input type="text" class="w300" v-model="addMsg.AddressDes" size="small" placeholder="例如:距离XX2公里,步行大约需要10分钟.">
</el-input>
</el-form-item>
<el-form-item label="标签">
......
......@@ -511,9 +511,8 @@
path: path,
query: {
id: item.ID,
blank: 'y',
tab: '报价详情'
tab: '房型列表'
}
});
},
......
......@@ -208,6 +208,7 @@
this.getImgList(-1)
} else {
this.saveObj[this.commonIndex].ImgList.push(obj);
this.getImgList(this.commonIndex)
}
});
},
......
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