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