manage-client 4.1.93 → 4.1.94

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": "manage-client",
3
- "version": "4.1.93",
3
+ "version": "4.1.94",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -201,10 +201,10 @@
201
201
  >
202
202
  </div>
203
203
  <div class="col-sm-2 form-group">
204
- <label class="font_normal_body">小于</label>
204
+ <label class="font_normal_body">小于等于</label>
205
205
  <input style="width:60%" type="number" class="input_search"
206
206
  v-model="model.f_money_end" placeholder='小于等于'
207
- condition="f_money < {}"
207
+ condition="f_money <= {}"
208
208
  @keyup.enter="search"
209
209
  v-el:xq v-next-el='f_day' v-el:area
210
210
  >