apply-clients 7.1.43 → 7.1.46
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
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
<div class="form-group col-sm-12" :class="charge.f_charge_money ? '':'has-error'">
|
|
125
125
|
<label class="col-sm-2 control-label">收费金额:</label>
|
|
126
126
|
<div class="col-sm-10">
|
|
127
|
-
<input type="
|
|
127
|
+
<input type="input"
|
|
128
128
|
class="form-control input_view"
|
|
129
129
|
style="width: 100%"
|
|
130
130
|
placeholder="0.00"
|