apply-clients 4.1.56-weinan → 4.1.57-weinan

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": "apply-clients",
3
- "version": "4.1.56-weinan",
3
+ "version": "4.1.57-weinan",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -25,8 +25,9 @@
25
25
  </div>
26
26
  <div class="row form-group app-input" v-if="criteriaShow">
27
27
  <label class="">报建类型:</label>
28
- <div class="col-xs-8">
28
+ <div class="col-xs-8" style="width: 100%">
29
29
  <v-select
30
+ class="select select_list"
30
31
  :value.sync="model.f_apply_type"
31
32
  v-model="model.f_apply_type"
32
33
  :options='applytype'
@@ -39,6 +40,7 @@
39
40
  <label class="">办理环节:</label>
40
41
  <div class="col-xs-8">
41
42
  <v-select
43
+ class="select select_list"
42
44
  :value.sync="model.defname"
43
45
  v-model="model.defname"
44
46
  :options='defnames'
@@ -51,6 +53,7 @@
51
53
  <label class="">用户类型:</label>
52
54
  <div class="col-xs-8">
53
55
  <v-select
56
+ class="select select_list"
54
57
  :value.sync="model.f_user_type"
55
58
  v-model="model.f_user_type"
56
59
  :options='usertype'
@@ -67,7 +70,7 @@
67
70
  :value.sync="model.startDate"
68
71
  :format="'yyyy-MM-dd 00:00:00'"
69
72
  :show-reset-button="true"
70
- >
73
+ >
71
74
  </datepicker>
72
75
  </div>
73
76
  </div>
@@ -79,7 +82,7 @@
79
82
  :value.sync="model.endDate"
80
83
  :format="'yyyy-MM-dd 23:59:59'"
81
84
  :show-reset-button="true"
82
- >
85
+ >
83
86
  </datepicker>
84
87
  </div>
85
88
  </div>