feat: 新增商务审核列表序号+货主

This commit is contained in:
lonewolfyx 2026-03-05 14:44:24 +08:00
parent 59703f3a7e
commit 6733ec2638

View File

@ -4,11 +4,15 @@
:key="item.saleid"
:class="index % 2 === 0 ? 'card-even' : 'card-odd'"
:extra="item.contractcode"
:title="item.usernames"
:title="`${index+1}、${item.usernames}`"
style="margin: 0;margin-bottom: 20px"
@click="handleDetail(item)"
>
<view class="context">
<view class="label">
<text>货主:</text>
<text>{{ item.companyName }}</text>
</view>
<view class="label">
<text>状态:</text>
<text>{{ item.stateText }}</text>