|
|
@ -9,7 +9,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<uni-table border stripe emptyText="暂无更多数据"> |
|
|
<uni-table border stripe emptyText="暂无更多数据"> |
|
|
<!-- 表头行 --> |
|
|
<!-- 表头行 --> |
|
|
<uni-tr style="background: #f5f5f5;"> |
|
|
<uni-tr style="background: rgba(247, 248, 248, 0.6);"> |
|
|
<uni-th align="center" width="50">总件数</uni-th> |
|
|
<uni-th align="center" width="50">总件数</uni-th> |
|
|
<uni-th align="center" width="70">拿货总额</uni-th> |
|
|
<uni-th align="center" width="70">拿货总额</uni-th> |
|
|
<uni-th align="center" width="70">成本</uni-th> |
|
|
<uni-th align="center" width="70">成本</uni-th> |
|
|
|