no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -51,7 +51,7 @@ | ... | @@ -51,7 +51,7 @@ |
| 51 | <div class="tip" v-if="language==1">If you need to make a hotel reservation, please fill in the full names of all required persons when booking the hotel. (For two or more people, please use ',')</div> | 51 | <div class="tip" v-if="language==1">If you need to make a hotel reservation, please fill in the full names of all required persons when booking the hotel. (For two or more people, please use ',')</div> |
| 52 | 52 | ||
| 53 | </el-form-item> | 53 | </el-form-item> |
| 54 | <el-form-item v-for="(n,index) in form.roomNum" :key="index" :label="language==1?`Room${index+1}`:`入住人${index+1}`" required> | 54 | <el-form-item v-for="(n,index) in form.roomNum" :key="index" :label="language==1?`Room${index+1}`:`房间${index+1}`" required> |
| 55 | <el-input v-model="rzUserArr[index]" :placeholder="language==0?'请完整填写该房间所有的入住人姓名,以“,”符号分隔':'please fill in the name of the actual check-in person'"/> | 55 | <el-input v-model="rzUserArr[index]" :placeholder="language==0?'请完整填写该房间所有的入住人姓名,以“,”符号分隔':'please fill in the name of the actual check-in person'"/> |
| 56 | </el-form-item> | 56 | </el-form-item> |
| 57 | <el-form-item :label="language==0?'预计到店':'Expected check-in'" required> | 57 | <el-form-item :label="language==0?'预计到店':'Expected check-in'" required> | ... | ... |
-
Please register or sign in to post a comment