safecheck-client 3.0.32-33 → 3.0.32-34

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.
@@ -51,21 +51,6 @@
51
51
  </div>
52
52
  <div slot="modal-body" class="modal-body">
53
53
  <div class="row">
54
- <div class="form-group col-sm-4" >
55
- <label class="font_normal_body">用户类型:</label>
56
- <v-select
57
- class="select select_list"
58
- :value.sync="model.f_user_type"
59
- v-model="model.f_user_type"
60
- :options='$parent.$parent.userTypes'
61
- placeholder='请选择'
62
- condition="uf.f_user_type='{}'"
63
- :search="false"
64
- close-on-select
65
- value-single
66
- >
67
- </v-select>
68
- </div>
69
54
  <div class="form-group col-sm-4" >
70
55
  <label class="font_normal_body">用户状态:</label>
71
56
  <v-select
@@ -111,6 +96,21 @@
111
96
  >
112
97
  </v-select>
113
98
  </div>
99
+ <div class="form-group col-sm-4" >
100
+ <label class="font_normal_body">区/县:</label>
101
+ <input type="text" class="input_search" v-model="model.f_pcd"
102
+ style="width: 60%" placeholder="小区名称" condition="f_pcd like '%{}%'">
103
+ </div>
104
+ <div class="form-group col-sm-4" >
105
+ <label class="font_normal_body">街道/乡镇:</label>
106
+ <input type="text" class="input_search" v-model="model.f_street"
107
+ style="width: 60%" placeholder="街道/乡镇" condition="f_street like '%{}%'">
108
+ </div>
109
+ <div class="form-group col-sm-4" >
110
+ <label class="font_normal_body">小区名称:</label>
111
+ <input type="text" class="input_search" v-model="model.f_residential_area"
112
+ style="width: 60%" placeholder="小区名称" condition="f_residential_area like '%{}%'">
113
+ </div>
114
114
  <div class="form-group col-sm-4" >
115
115
  <label class="font_normal_body">派发情况:</label>
116
116
  <v-select