|
|
@@ -13,8 +13,8 @@
|
|
|
<view :class="[ghsInfo.isOpen == 0 ? 'cg-button-rest' : 'cg-button']" @click="enterShop(ghsInfo)">买花</view>
|
|
|
|
|
|
<view class="store_btn">
|
|
|
- <view class="btn_entrance" @click="pageTo({ url: '/admin/clear/list?ghsId='+ghsInfo.id})">结账记录</view>
|
|
|
<view class="btn_entrance" @click="pageTo({url:'/pagesPurchase/shopping'})" > 买花记录 </view>
|
|
|
+ <view class="btn_entrance" @click="pageTo({ url: '/admin/clear/list?ghsId='+ghsInfo.id})">结账记录</view>
|
|
|
<view class="btn_entrance" style="color:red;font-weight:bold;" @click="settleAccounts(ghsInfo)">待结订单 </view>
|
|
|
<view class="btn_entrance" @click="pageTo({ url: '/admin/ghs/debtChange?ghsId='+ghsInfo.id})">欠款变动明细</view>
|
|
|
</view>
|
|
|
@@ -161,7 +161,7 @@ export default {
|
|
|
padding: 20upx 40upx;
|
|
|
position: absolute;
|
|
|
top:56upx;
|
|
|
- right:90upx;
|
|
|
+ right:60upx;
|
|
|
background: #3385FF;
|
|
|
}
|
|
|
.cg-button-rest{
|
|
|
@@ -174,7 +174,7 @@ export default {
|
|
|
padding: 20upx 40upx;
|
|
|
position: absolute;
|
|
|
top:56upx;
|
|
|
- right:90upx;
|
|
|
+ right:60upx;
|
|
|
background: #CCCCCC;
|
|
|
}
|
|
|
.book-button{
|
|
|
@@ -227,7 +227,7 @@ export default {
|
|
|
& > .store_title {
|
|
|
margin-bottom: 58upx;
|
|
|
margin-left:10upx;
|
|
|
- width: 400upx;
|
|
|
+ width: 486upx;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
overflow: hidden;
|