sale-client 3.5.282 → 3.5.284

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": "sale-client",
3
- "version": "3.5.282",
3
+ "version": "3.5.284",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -65,12 +65,12 @@
65
65
  v-validate:f_limit_amount='{required: true }'>
66
66
  </div>
67
67
  </div>
68
- <div class="row" style="margin-top:10px;" v-if="model.f_limit_style ==='按总量'"
69
- :class="[$v.f_limit_value.required ? 'has-error' : '']">
68
+ <div class="row" style="margin-top:10px;" v-if="model.f_limit_style ==='按总量'">
70
69
  <div class="col-sm-6 form-input-group" v-if="model.f_limit_type ==='气量'"
71
- v-validate:f_limit_value='{required: true }'>
70
+ :class="[$v.f_limit_value.required ? 'has-error' : '']">
72
71
  <label class="font_normal_body col-sm-3">总限购量</label>
73
- <input type="text" v-model="model.f_limit_value" placeholder="单次限购">
72
+ <input type="text" v-model="model.f_limit_value" placeholder="单次限购"
73
+ v-validate:f_limit_value='{required: true }' >
74
74
  </div>
75
75
  <div class="col-sm-6 form-input-group" v-if="model.f_limit_type ==='金额'"
76
76
  :class="[$v.f_limit_amount.required ? 'has-error' : '']">