sale-client 3.6.24 → 3.6.25

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.6.24",
3
+ "version": "3.6.25",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -32,5 +32,6 @@ export default function () {
32
32
  Vue.component('black-list', (resolve) => { require(['./BlackList'], resolve) })
33
33
  // 售气收费 --弹出框
34
34
  Vue.component('charge-modal', (resolve) => { require(['./ChargeModal'], resolve) })
35
-
35
+ // 业务操作组件
36
+ Vue.component('charge-oper', (resolve) => { require(['./ChargeOper'], resolve) })
36
37
  }