付延余
2022-08-23 a88092021b14abc67c2f2e53ce722d609632aeb5
pages/the-form-data/the-form-data.vue
@@ -108,7 +108,7 @@
            <view class="cardList-container">
               <view class="cardList_item">
                  收货人:
                  <text>{{ item.customerName }}</text>
                  <text>{{ item.customerAddressName }}</text>
               </view>
               <view class="cardList_item">
                  <view class="">
@@ -128,7 +128,7 @@
                  </view>
                  <view class="">
                     运输:
                     <text>{{ item.trainType == 1 ? '路运' : '地销' }}</text>
                     <text>{{ item.trainType == 1 ? '地销' : '路运' }}</text>
                  </view>
               </view>
               <view class="cardList_item">