jbb 2 лет назад
Родитель
Сommit
bcb6cf7908
1 измененных файлов с 2 добавлено и 2 удалено
  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>