|
|
@@ -237,21 +237,21 @@
|
|
|
商品信息
|
|
|
<text style="font-weight:normal;font-size:26upx;color:green;max-width:190upx;overflow: hidden;white-space:nowrap;">{{ detailInfo.customName||'' }}</text>
|
|
|
<view class="flex" style="color: #3385ff;font-weight: 400" v-if="(detailInfo.status == 3 || detailInfo.status == 2) && detailInfo.book == 0">
|
|
|
- <button class="admin-button-com bule" @click.stop="confirmReach(detailInfo,0)">确认送达</button>
|
|
|
+ <button class="admin-button-com bule middle" @click.stop="confirmReach(detailInfo,0)">确认送达</button>
|
|
|
</view>
|
|
|
<view v-else class="flex">
|
|
|
- <button disabled="true" class="admin-button-com bule active" style="border:1rpx solid #ccc;">确认送达</button>
|
|
|
+ <button disabled="true" class="admin-button-com bule active middle" style="border:1rpx solid #ccc;">确认送达</button>
|
|
|
</view>
|
|
|
|
|
|
<view class="flex" style="color: #3385ff;" v-if="detailInfo.status == 4">
|
|
|
- <button class="admin-button-com bule" @click.stop="goRefund()">发起售后</button>
|
|
|
+ <button class="admin-button-com bule middle" @click.stop="goRefund()">发起售后</button>
|
|
|
</view>
|
|
|
<view v-else class="flex">
|
|
|
<block v-if="detailInfo.status == 1 || detailInfo.status == 5">
|
|
|
- <button disabled="true" class="admin-button-com bule active" style="border:1rpx solid #ccc;">发起售后</button>
|
|
|
+ <button disabled="true" class="admin-button-com bule active middle" style="border:1rpx solid #ccc;">发起售后</button>
|
|
|
</block>
|
|
|
<block v-else>
|
|
|
- <button class="admin-button-com bule" @click.stop="readyGoRefund(detailInfo)">发起售后</button>
|
|
|
+ <button class="admin-button-com bule middle" @click.stop="readyGoRefund(detailInfo)">发起售后</button>
|
|
|
</block>
|
|
|
</view>
|
|
|
</view>
|