manage-client 4.1.156 → 4.1.157

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.156",
3
+ "version": "4.1.157",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -189,7 +189,7 @@
189
189
  <div class="col-sm-2 form-group">
190
190
  <label class="font_normal_body">余额小于</label>
191
191
  <input type="text" style="width:60%" class="input_search" v-model="model.f_curbalance"
192
- condition="f_curbalance < '{}' " placeholder="本期余额小于">
192
+ condition="f_curbalance < {} " placeholder="本期余额小于">
193
193
  </div>
194
194
  </div>
195
195
  </div>