Sfoglia il codice sorgente

装箱单成衣客户修改

jbb 2 anni fa
parent
commit
759d4da24e

+ 2 - 2
src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

@@ -56,8 +56,8 @@
 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="客户" prop="customer" :title="clothesAdd.customer">
-                  <!-- {{clothesAdd.customer | ellipsis}} -->
-                  <a-input placeholder="请输入客户" v-model="clothesAdd.customer" ></a-input>
+                  {{clothesAdd.customer | ellipsis}}
+                  <!-- <a-input placeholder="请输入客户" v-model="clothesAdd.customer" ></a-input> -->
                 </a-form-model-item>
               </a-col>