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
|
@@ -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 <
|
|
192
|
+
condition="f_curbalance < {} " placeholder="本期余额小于">
|
|
193
193
|
</div>
|
|
194
194
|
</div>
|
|
195
195
|
</div>
|