address-client 1.6.78 → 1.6.79

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": "1.6.78",
3
+ "version": "1.6.79",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -24,7 +24,7 @@
24
24
  </v-select>
25
25
  </div>
26
26
  <div class="col-sm-6 form-group form-input-group ">
27
- <label class="font_normal_body _zoom4">街道名称</label>
27
+ <label class="font_normal_body _zoom4">所属街办</label>
28
28
  <v-select
29
29
  :value.sync="areamodel.f_street_id" :value-single="true"
30
30
  :options='streetslist' placeholder='请选择'
@@ -32,7 +32,7 @@
32
32
  </v-select>
33
33
  </div>
34
34
  <div class="col-sm-6 form-group form-input-group ">
35
- <label class="font_normal_body _zoom4">所属街办</label>
35
+ <label class="font_normal_body _zoom4">街道名称</label>
36
36
  <v-select
37
37
  :value.sync="areamodel.f_block" :value-single="true"
38
38
  :options='blockslist' placeholder='请选择'