Commit c823dea5 authored by 罗超's avatar 罗超

1

parent 947df9fe
...@@ -180,8 +180,8 @@ ...@@ -180,8 +180,8 @@
<button <button
v-if="item.orderState == 2" v-if="item.orderState == 2"
class="jz_Zailai" class="jz_Zailai"
style="width: 110rpx; margin-right: 10rpx"
@click.stop="goZhifu(item)" @click.stop="goZhifu(item)"
style="width: 110rpx; margin-right: 10rpx; margin-left: 0rpx"
:disabled="disabledBtn" :disabled="disabledBtn"
> >
付款 付款
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
> >
<!-- #endif --> <!-- #endif -->
<view <view
v-if="item.isApplyForCancel != 1" v-if="item.isApplyForCancel != 1 && item.orderState != 4"
class="jz_Zailai" class="jz_Zailai"
style="width: 110rpx" style="width: 110rpx"
@click.stop="goCancel(item)" @click.stop="goCancel(item)"
......
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