Commit 3cce58be authored by 黄奎's avatar 黄奎

车辆报价修改

parent 97a78851
<style>
.busUsePrice .busList {
width: 230px;
height: 240px;
height: 270px;
float: left;
margin: 0 10px 10px 0;
background-color: #fff;
......@@ -188,6 +188,9 @@
<td>全天茶代:{{item.AllDayChaDaiFee}}</td>
<td>接送茶代:{{item.PickUpChaDaiFee}}</td>
</tr>
<tr>
<td colspan="2"><div style="height:40px; overflow-y:scroll">{{item.Remark}}</div></td>
</tr>
</table>
<div class="busUserBtnList">
<input type="button" class="normalBtn" @click="managePrice(item.Id)" value="管理报价">
......
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