Browse Source

出运明细详情页调整

jbb 2 years ago
parent
commit
bcb6cf7908
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/shipment-details/detailsShipDetDrawer.vue

+ 2 - 2
src/views/shipment-details/detailsShipDetDrawer.vue

@@ -20,8 +20,8 @@
               </a-col>
 
               <a-col :md="6" :sm="8">
-                <a-form-model-item label="客户" prop="customer">
-                  {{ detailsShipDet.customer }}
+                <a-form-model-item label="客户" prop="customer" :title="detailsShipDet.customer">
+                  {{ detailsShipDet.customer | ellipsis}}
                 </a-form-model-item>
               </a-col>