提交
This commit is contained in:
@@ -251,10 +251,10 @@
|
||||
<view v-if="slotProps.row.orderStatus == 0"
|
||||
@click.stop="canceOrder(slotProps.row)">取消订单</view>
|
||||
</view>
|
||||
|
||||
<!-- @click.stop="openMore(slotProps.row, slotProps.rowIndex)" 更多 -->
|
||||
<view class="btns flexbox" style="margin-top: 10rpx">
|
||||
<view class="left" style="color: #c0c4cc"
|
||||
@click.stop="openMore(slotProps.row, slotProps.rowIndex)">更多</view>
|
||||
></view>
|
||||
<view class="right flexbox opbtns">
|
||||
<view class="orderstatusbtn orderstatusbtn_success"
|
||||
v-if="slotProps.row.orderStatus == 0"
|
||||
|
||||
Reference in New Issue
Block a user