ソースを参照

出运明细详情页调整

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>