manage-client 3.3.255 → 3.3.257

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.
@@ -20,4 +20,10 @@ export default function () {
20
20
  Vue.component('new-use-gas-statistics', (resolve) => { require(['./NewGasStatistics'], resolve) })
21
21
  // 上报查询
22
22
  Vue.component('report-list', (resolve) => { require(['./reportList'], resolve) })
23
+ // 指令查看
24
+ Vue.component('new-query-instruct', (resolve) => { require(['./NewQueryInstruct'], resolve) })
25
+ // 充值指令查询
26
+ Vue.component('recharge-instruct-query', (resolve) => { require(['./RechargeList'], resolve) })
27
+ // 物联用户月度结算查询
28
+ Vue.component('webhand-month-gas', (resolve) => { require(['./WebhandMonthGas.vue'], resolve) })
23
29
  }