@@ -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>