manage-client 4.1.95 → 4.1.97

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.
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.1.95",
3
+ "version": "4.1.97",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -131,9 +131,9 @@
131
131
  <div class="col-sm-2 form-group">
132
132
  <label class="font_normal_body">电池电压</label>
133
133
  <input type="number" style="width:30%" class="input_search" title="大于等于" v-model="model.f_batterylevel_small"
134
- condition="f_batterylevel >= {} " placeholder="大于等于">
134
+ condition="f_batterylevel >= '{}' " placeholder="大于等于">
135
135
  <input type="number" style="width:30%" class="input_search" title="小于等于" v-model="model.f_batterylevel_big"
136
- condition="f_batterylevel <= {} " placeholder="小于等于">
136
+ condition="f_batterylevel <= '{}' " placeholder="小于等于">
137
137
  </div>
138
138
  <div class="col-sm-2 form-group">
139
139
  <label class="font_normal_body">异常级别</label>
@@ -144,11 +144,11 @@
144
144
  <v-select :value.sync="model.f_street"
145
145
  class="select_list select"
146
146
  enter-push
147
- multiple = "true"
147
+ :multiple = "true"
148
148
  v-model="model.f_street"
149
149
  style="width: 60%"
150
150
  :options='$parent.$parent.street' placeholder='选择街道'
151
- condition="f_street = '{}'"
151
+ condition="f_street in {}"
152
152
  close-on-select>
153
153
 
154
154
  </v-select>
@@ -200,11 +200,11 @@
200
200
  <v-select :value.sync="model.f_street"
201
201
  class="select_list select"
202
202
  enter-push
203
- multiple = "true"
203
+ :multiple = "true"
204
204
  v-model="model.f_street"
205
205
  style="width: 60%"
206
206
  :options='$parent.$parent.street' placeholder='选择街道'
207
- condition="f_street = '{}'"
207
+ condition="f_street in {}"
208
208
  close-on-select>
209
209
 
210
210
  </v-select>
@@ -180,10 +180,10 @@
180
180
  <v-select :value.sync="model.f_street"
181
181
  class="select_list select"
182
182
  enter-push
183
- multiple = "true"
183
+ :multiple = "true"
184
184
  v-model="model.f_street"
185
185
  style="width: 60%"
186
- condition="f_street = '{}'"
186
+ condition="f_street in {}"
187
187
  :options='$parent.$parent.street' placeholder='选择街道'
188
188
  close-on-select>
189
189