Browse Source

预托书-详情页-字符省略

jbb 2 years ago
parent
commit
964fa07a8f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/pre-book/detailsPreBookDrawer.vue

+ 2 - 2
src/views/pre-book/detailsPreBookDrawer.vue

@@ -34,7 +34,7 @@
 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="经营单位地址" prop="unitInOperationAddress">
-                  {{ preBookDetails.unitInOperationAddress }}
+                  {{ preBookDetails.unitInOperationAddress | ellipsis}}
                 </a-form-model-item>
               </a-col>
 
@@ -63,7 +63,7 @@
 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="收货人" prop="consignee">
-                  {{ preBookDetails.consignee }}
+                  {{ preBookDetails.consignee |ellipsis }}
                 </a-form-model-item>
               </a-col>