sale-client 4.2.139-1 → 4.2.140

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": "4.2.139-1",
3
+ "version": "4.2.140",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -279,7 +279,7 @@
279
279
  isBlackList: false,
280
280
  f_filialeid: '', // 所属公司
281
281
  f_filialename: '', // 所属公司名称
282
- f_limit: '限购气量',
282
+ f_limit: '限购金额',
283
283
  limites: [{label: '限购气量', value: '限购气量'}, {label: '限购金额', value: '限购金额'}],
284
284
  fstate: [{label: '移入', value: '移入'}, {label: '移出', value: '移出'}],
285
285
  flevel: [{label: '高', value: '高'}, {label: '中', value: '中'}, {label: '低', value: '低'}],