address-client 1.6.77 → 1.6.80
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
|
@@ -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"
|
|
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"
|
|
36
|
-
<
|
|
37
|
-
|
|
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
|
>
|
|
@@ -545,6 +542,7 @@ export default {
|
|
|
545
542
|
default_devices: [],
|
|
546
543
|
f_repair_point: '',
|
|
547
544
|
f_pcd_id: '',
|
|
545
|
+
f_block: '',
|
|
548
546
|
f_is_order: '',
|
|
549
547
|
oldid: '',
|
|
550
548
|
f_linkname: '',
|