소스 검색

出运明细详情页调整

jbb 2 년 전
부모
커밋
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>