|
|
@@ -91,7 +91,7 @@ |
|
|
|
</el-form-item> |
|
|
|
<template v-for="(item,index) in hotelList"> |
|
|
|
<el-card class="card" shadow="hover" style="margin-top: 20px" :key="'hotel'+index"> |
|
|
|
<el-row type="flex" justify="end" v-if="item.editType=='add'"> |
|
|
|
<el-row style="margin-bottom: 20px" type="flex" justify="end" v-if="item.editType=='add'"> |
|
|
|
<!-- <i class="el-icon-circle-close" @click="delSinHotel(index)"></i>--> |
|
|
|
<el-button @click="delSinHotel(index)" type="danger">删除</el-button> |
|
|
|
|
|
|
@@ -109,7 +109,7 @@ |
|
|
|
</el-form-item> |
|
|
|
<template v-for="(item,index) in hotelotherList"> |
|
|
|
<el-card class="card" shadow="hover" style="margin-top: 20px" :key="'hotelother'+index"> |
|
|
|
<el-row type="flex" justify="end" v-if="item.editType=='add'"> |
|
|
|
<el-row style="margin-bottom: 20px" type="flex" justify="end" v-if="item.editType=='add'"> |
|
|
|
<!-- <i class="el-icon-circle-close" @click="delSinHotelOther(index)"></i>--> |
|
|
|
<el-button @click="delSinHotelOther(index)" type="danger">删除</el-button> |
|
|
|
</el-row> |
|
|
|