address-client 1.6.79 → 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
|
@@ -33,11 +33,8 @@
|
|
|
33
33
|
</div>
|
|
34
34
|
<div class="col-sm-6 form-group form-input-group ">
|
|
35
35
|
<label class="font_normal_body _zoom4">街道名称</label>
|
|
36
|
-
<
|
|
37
|
-
|
|
38
|
-
:options='blockslist' placeholder='请选择'
|
|
39
|
-
close-on-select search="true">
|
|
40
|
-
</v-select>
|
|
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
|
>
|