Browse Source

处理BUG

wangcz 7 years ago
parent
commit
fe850d5dcf

+ 5 - 0
pages/mobile/center/user/tender/index.vue

@@ -434,6 +434,11 @@
         color: #151515;
         line-height: 0.5rem;
         padding-bottom: 0.15rem;
+        div{
+          text-indent:-1.4rem;
+          margin-left:1.4rem;
+          white-space:normal;
+        }
         span {
           color: #666666;
         }

+ 3 - 0
pages/mobile/order/orderbtob_details.vue

@@ -91,6 +91,9 @@
           <div class="item">
             <span class="name">购买数量:</span>{{item.qty}}
           </div>
+          <div class="item">
+            <span class="name">交货日期:</span>{{item.delivery | time}}
+          </div>
           <div class="item" v-if="item.acceptQty">
             <span class="name">已验收:</span>{{item.acceptQty}}{{item.product.unit}}
           </div>