Commit 6ea35b41 authored by 黄媛媛's avatar 黄媛媛

update

parent 6f7f0e04
......@@ -7,7 +7,7 @@
.hotelmanagement .resourceList {
width: 215px;
height: 320px;
height: 350px;
background-color: #fff;
border: 1px dashed #ededed;
border-radius: 4px;
......@@ -330,9 +330,10 @@
</el-tooltip>
</div>
</div>
<div style="display:none">
操作人:{{item.UpdateName}}
操作时间:{{item.UpdateTimeStr}}
<div style="padding-left:15px">
<p>操作人:{{item.UpdateName}}</p>
<p>操作时间:{{item.UpdateTimeStr}}</p>
</div>
<div class="btnList">
<button @click="goSubInfo('HotelInfo',item.ID)" class="hotelBtnMan">{{$t('pub.updateMsg')}}</button>
......
......@@ -14,7 +14,7 @@
.restaurantList .resourceList {
width: 215px;
height: 288px;
height: 330px;
background-color: #fff;
border: 1px dashed #ededed;
border-radius: 4px;
......@@ -146,7 +146,6 @@
}
.restaurantList .btnList {
margin-top: 16px;
text-align: center;
}
......@@ -336,9 +335,10 @@
<div>{{$t('restaurant.res_advanceDays')}}</div>
</div>
</div>
<div style="display:none">
操作人:{{item.UpdateName}}
操作时间:{{item.UpdateTimeStr}}
<div style="padding:0 0 10px 15px;margin-top: -5px;">
<p>操作人:{{item.UpdateName}}</p>
<p>操作时间:{{item.UpdateTimeStr}}</p>
</div>
<div class="btnList">
<button @click="goSubInfo('restaurantInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
......
......@@ -150,7 +150,7 @@
}
.scenicSpotList .btnList {
margin-top: 20px;
margin-top: 10px;
text-align: center;
}
......@@ -313,9 +313,10 @@
<el-tooltip class="item" effect="dark" :content="item.Name" placement="top-start" popper-class="max-w250">
<div class="hotelTitle">{{item.Name}}</div>
</el-tooltip>
<div style="display:none;">
操作人:{{item.UpdateName}}
操作时间:{{item.UpdateTimeStr}}
<div style="padding-left:15px">
<p>操作人:{{item.UpdateName}}</p>
<p>操作时间:{{item.UpdateTimeStr}}</p>
</div>
<div class="btnList">
<button @click="goUrl('scenicSpotInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
......
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