pang.jiabao
1 天以前 a1ea974812cf7c951a511ffd8a2b2b9df308b30a
Monitor-APP/pages/home/home.vue
@@ -250,9 +250,10 @@
                     <!-- 文本容器 -->
                     <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>