leisure-core 0.3.5 → 0.3.7

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.
@@ -17,12 +17,12 @@
17
17
  <el-input-number
18
18
  v-model="form.num_min"
19
19
  :min="1"
20
- :max="20"
20
+ :max="100"
21
21
  @change="handleChange"
22
22
  ></el-input-number>
23
- <span style="padding-left: 10px"
23
+ <!-- <span style="padding-left: 10px"
24
24
  >例如:买五送一则该值为5;第二件半价该值为2</span
25
- >
25
+ > -->
26
26
  </el-form-item>
27
27
  <!-- <el-form-item label="赠送数量" prop="minmoney">
28
28
  <el-input-number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "description": "leisure-core是leisure-ui-core的简称,是京心数据基于vue2.0开发的一套后台系统框架与js库,包含登录,首页框架等",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",