付延余
2022-08-23 e333d366495e2406618c5b0daf3fe53a759903a6
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">
@@ -213,7 +213,7 @@
</script>
<style lang="scss" scoped>
.the-form-data {
::v-deep.the-form-data {
   // 表单
   // .formData{
   //    width:91%;