Commit ae72c127 authored by 吴春's avatar 吴春

1

parent a414b657
This diff is collapsed.
......@@ -164,7 +164,7 @@
}
.restaurantList .hotelBtn {
width: 80px;
width: 55px;
height: 28px;
background: #f76f6f;
border-radius: 14px;
......@@ -173,7 +173,7 @@
}
.restaurantList .hotelBtn:first-child {
margin-right: 19px;
/* margin-right: 19px; */
}
.restaurantList .w150 .el-input {
......@@ -386,6 +386,7 @@
<div class="btnList">
<!--v-if="IsEditDmcSource==1"-->
<button @click="goSubInfo('restaurantInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
<button @click="goSubInfo('restaurantInfoDetail',item.ID)" class="hotelBtn">{{$t('fnc.xiangqing')}}</button>
<button v-if="IsHotelPriceStock==1" @click="goUrl('RestaurantPackage',item.ID)"
class="hotelBtn">{{$t('restaurant.res_package')}}</button>
</div>
......
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