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

车辆报价修改

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