address-client 1.6.78 → 1.6.81

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.81",
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,12 +32,9 @@
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>
36
- <v-select
37
- :value.sync="areamodel.f_block" :value-single="true"
38
- :options='blockslist' placeholder='请选择'
39
- close-on-select search="true">
40
- </v-select>
35
+ <label class="font_normal_body _zoom4">街道名称</label>
36
+ <input type="text" style="width: 60%"
37
+ v-model="areamodel.f_block" class="form-control" placeholder="街道名称" />
41
38
  </div>
42
39
  <div class="col-sm-6 form-group form-input-group "
43
40
  >
@@ -901,8 +898,8 @@ export default {
901
898
  this.areamodel.twoalarm = 10
902
899
  if (this.areamodel.default_devices.length === 0 && !this.f_special) this.areamodel.default_devices = ['灶具', '热水器']
903
900
  } else if (this.areamodel.f_price_name.indexOf('锅炉') > -1) {
904
- this.areamodel.onealarm = 200
905
- this.areamodel.twoalarm = 100
901
+ this.areamodel.onealarm = 20
902
+ this.areamodel.twoalarm = 10
906
903
  if (this.areamodel.default_devices.length === 0 && !this.f_special) this.areamodel.default_devices = ['灶具', '壁挂锅炉']
907
904
  }
908
905
  }