Compare commits
No commits in common. "4fc22b204f93514124a89f86f2bcff8d958dd986" and "5bf5603cd63bb66ec48786f95e6920b26827a2ef" have entirely different histories.
4fc22b204f
...
5bf5603cd6
@ -95,14 +95,12 @@
|
||||
<text style="color: orangered;">{{ item.verification_num }}</text>
|
||||
<text>/{{ item.stock }}</text>
|
||||
</view>
|
||||
<view style="display: flex;align-items: center;justify-content: flex-end;gap: 20rpx;">
|
||||
<view v-if="item.status == 3 || item.status == 4"
|
||||
class="part1 flex justify-center align-items" @click="toHexiao"> 核销 </view>
|
||||
<view class="part flex justify-center align-items" v-if="item.auth_status != 2"
|
||||
@click="detail(item.id)"> 详情 </view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="status == -2">
|
||||
<view class="flex" style="margin-top: 24rpx">
|
||||
<view class="right flex flex-column" style="align-items: self-start">
|
||||
|
Loading…
x
Reference in New Issue
Block a user