feat: 新增商务审核列表序号+货主
This commit is contained in:
parent
59703f3a7e
commit
6733ec2638
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user