address-client 3.0.30-aode → 3.0.32-aode
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/OneCodeList.vue +1 -1
- package/src/components/UserAddress.vue +780 -780
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<div class="col-sm-2">
|
|
21
21
|
<label class="font_normal_body labelother">客户名称</label>
|
|
22
22
|
<input type="text" style="width:60%" class="input_search" v-model="model.customer_name"
|
|
23
|
-
condition="customer_name like '{}%'" placeholder="客户名称">
|
|
23
|
+
condition="customer_name like '%{}%'" placeholder="客户名称">
|
|
24
24
|
</div>
|
|
25
25
|
<!-- <div class="col-sm-4">-->
|
|
26
26
|
<!-- <label class="font_normal_body labelother">客戶地址</label>-->
|