address-client 3.2.76 → 3.2.77

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.2.76",
3
+ "version": "3.2.77",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -60,31 +60,31 @@
60
60
  <div v-if="!$parent.$parent.showrightchange" :class="$parent.$parent.style">
61
61
  <label class="font_normal_body">小&emsp;&emsp;区</label>
62
62
  <input type="text" class="input_search" style="width:60%" v-model="model.f_residential_arearea" style="width:60%"
63
- condition="a.f_residential_area like '%{}%'" placeholder="小区"
63
+ condition="a.f_residential_area = '{}'" placeholder="小区"
64
64
  :size="model.f_residential_arearea ? model.f_residential_arearea.length*2 : 8"/>
65
65
  </div>
66
66
  <div :class="$parent.$parent.style" v-if="!$parent.$parent.$parent.showrightchange">
67
67
  <label class="font_normal_body">楼&emsp;&emsp;号</label>
68
68
  <input type="text" class="input_search" style="width:60%" v-model="model.f_building" style="width:60%"
69
- condition="a.f_building like '%{}%'" placeholder="楼号"
69
+ condition="a.f_building = '{}'" placeholder="楼号"
70
70
  :size="model.f_building ? model.f_building.length*2 : 6"/>
71
71
  </div>
72
72
  <div :class="$parent.$parent.style" >
73
73
  <label class="font_normal_body">单&emsp;&emsp;元</label>
74
74
  <input type="text" class="input_search" style="width:60%" v-model="model.f_unit" style="width:60%"
75
- condition="a.f_unit like '%{}%'" placeholder="单元"
75
+ condition="a.f_unit = '{}'" placeholder="单元"
76
76
  :size="model.f_unit ? model.f_unit.length*2 : 6"/>
77
77
  </div>
78
78
  <div :class="$parent.$parent.style">
79
79
  <label class="font_normal_body">楼&emsp;&emsp;层</label>
80
80
  <input type="text" class="input_search" style="width:60%" v-model="model.f_floor" style="width:60%"
81
- condition="a.f_floor like '%{}%'" placeholder="楼层"
81
+ condition="a.f_floor = '{}'" placeholder="楼层"
82
82
  :size="model.f_floor ? model.f_floor.length*2 : 6"/>
83
83
  </div>
84
84
  <div :class="$parent.$parent.style">
85
85
  <label class="font_normal_body">门&ensp;牌&ensp;号</label>
86
86
  <input type="text" class="input_search" style="width:60%" v-model="model.f_room" style="width:60%"
87
- condition="a.f_room like '%{}%'" placeholder="门牌号"
87
+ condition="a.f_room = '{}'" placeholder="门牌号"
88
88
  :size="model.f_room ? model.f_room.length*2 : 6"/>
89
89
  </div>
90
90
  <!-- <div :class="$parent.$parent.style">-->