|
|
@@ -22,30 +22,28 @@
|
|
|
style="color: #fff; font-size: 30px"
|
|
|
/><a-button type="link"> 调价 </a-button>
|
|
|
</div>
|
|
|
- <div class="menu">
|
|
|
+ <div class="menu" @click="handleLeaseGoods">
|
|
|
<a-icon type="block" style="color: #fff; font-size: 30px" /><a-button
|
|
|
type="link"
|
|
|
- @click="handleLeaseGoods"
|
|
|
>
|
|
|
物品借用
|
|
|
</a-button>
|
|
|
</div>
|
|
|
- <div class="menu">
|
|
|
+ <div class="menu" @click="handleMessage">
|
|
|
<a-icon
|
|
|
type="message"
|
|
|
style="color: #fff; font-size: 30px"
|
|
|
- /><a-button type="link" @click="handleMessage"> 客户留言 </a-button>
|
|
|
+ /><a-button type="link"> 客户留言 </a-button>
|
|
|
</div>
|
|
|
- <div class="menu">
|
|
|
+ <div class="menu" @click="handleUnion">
|
|
|
<a-icon
|
|
|
type="retweet"
|
|
|
style="color: #fff; font-size: 30px"
|
|
|
- /><a-button type="link" @click="handleUnion"> 联房 </a-button>
|
|
|
+ /><a-button type="link"> 联房 </a-button>
|
|
|
</div>
|
|
|
- <div class="menu">
|
|
|
+ <div class="menu" @click="handleLeaveNotSettle">
|
|
|
<a-icon type="euro" style="color: #fff; font-size: 30px" /><a-button
|
|
|
type="link"
|
|
|
- @click="handleLeaveNotSettle"
|
|
|
>
|
|
|
先走不结
|
|
|
</a-button>
|