|
|
@@ -63,7 +63,7 @@
|
|
|
<!-- 新增 编辑 绑定-->
|
|
|
<el-row v-if='h_status!=="view"'>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="会议名称">
|
|
|
+ <el-form-item label="会议名称" >
|
|
|
<el-input disabled v-model="huiyi_name"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -82,17 +82,17 @@
|
|
|
</el-col>
|
|
|
<el-col :span="24"><h2 class="title">填写酒店信息</h2> </el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="酒店名称">
|
|
|
+ <el-form-item label="酒店名称" required>
|
|
|
<el-input v-model="form.name" clearable></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="10">
|
|
|
- <el-form-item label="酒店电话">
|
|
|
+ <el-form-item label="酒店电话" required>
|
|
|
<el-input v-model="form.telephone" clearable></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="酒店地址">
|
|
|
+ <el-form-item label="酒店地址" required>
|
|
|
<el-input v-model="form.address" clearable></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -100,7 +100,7 @@
|
|
|
<el-button type="primary" size="small" @click="dialogVisible=true,initMap()">点击获取位置</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
- <el-form-item label="酒店图片" class="hotel_imgs">
|
|
|
+ <el-form-item label="酒店图片" required class="hotel_imgs">
|
|
|
<ul class="img_list">
|
|
|
<li v-for="(item,index) in form.imgs" :key='index'>
|
|
|
<img :src="item" alt="">
|
|
|
@@ -122,7 +122,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24" >
|
|
|
- <h2 class="title">填写房型信息</h2>
|
|
|
+ <h2 class="title">填写房型信息 </h2>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-row v-for='(item,index) in type' :key='index'>
|