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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.0.30-aode",
3
+ "version": "3.0.32-aode",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -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>-->