manage-client 3.2.193 → 3.2.195

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.
@@ -16,7 +16,7 @@ var qtx= 'http://36.103.222.144:6300/'
16
16
  // var bendi = 'http://220.194.141.253:8600/'
17
17
  // var bendi = 'http://203.57.101.233:9001'
18
18
  // var bendi = 'http://172.168.1.11:9001/'
19
- var bendi = 'http://139.214.92.34:8301/'
19
+ var bendi = 'http://219.138.226.181:8401'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
22
  var system = 'http://192.168.50.4:8400'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.193",
3
+ "version": "3.2.195",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -24,6 +24,14 @@
24
24
  <tabs header="调价记录查询" v-if="permission('调价记录查询')">
25
25
  <price-change-query v-if="show.includes('调价记录查询')"></price-change-query>
26
26
  </tabs>
27
+
28
+ <tabs header="民用用气设备查询" v-if="permission('民用用气设备查询')">
29
+ <my-gas-device-query v-if="show.includes('民用用气设备查询')"></my-gas-device-query>
30
+ </tabs>
31
+
32
+ <tabs header="非民用用气设备查询" v-if="permission('非民用用气设备查询')">
33
+ <fmy-gas-device-query v-if="show.includes('非民用用气设备查询')"></fmy-gas-device-query>
34
+ </tabs>
27
35
  </tab-button>
28
36
 
29
37
  </template>