| | |
| | | <!-- 文本容器 --> |
| | | <view class="text-content" style="font-size: 3vw;" v-for="item in swiperList"> |
| | | <view style="display: flex;text-align: left;"> |
| | | <view>订单号:{{infoText.orderNo}}</view> |
| | | <!-- <view style="width: 40%;">客户名称:{{infoText.cstmrName}}</view> |
| | | <view style="width: 30%;">已完成/总数:{{infoText.finish}}/{{infoText.count}}</view> --> |
| | | <view style="width: 30%;">订单号:{{infoText.orderNo}}</view> |
| | | <view style="width: 38%;"></view> |
| | | <!-- <view style="width: 40%;">客户名称:{{infoText.cstmrName}}</view> --> |
| | | <view style="width: 32%;">已完成/总数:{{item.isOutCount}}/{{item.outTotal}}</view> |
| | | </view> |
| | | <view style="display: flex;text-align: left;"> |
| | | <view style="width: 30%;">任务号:{{infoText.workNo}}</view> |