manage-client 4.1.96 → 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.96",
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>