vue2-client 1.9.54 → 1.9.55

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": "vue2-client",
3
- "version": "1.9.54",
3
+ "version": "1.9.55",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -81,6 +81,8 @@ export default {
81
81
  }
82
82
  })
83
83
  }
84
+ } else {
85
+ this.activeKey = newKey
84
86
  }
85
87
  },
86
88
  initConfig () {
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div>
3
- <x-tab :config-name="configName" server-name="af-system"></x-tab>
3
+ <x-tab :config-name="configName" server-name="af-his"></x-tab>
4
4
  </div>
5
5
  </template>
6
6
 
@@ -14,7 +14,7 @@ export default {
14
14
  },
15
15
  data () {
16
16
  return {
17
- configName: 'tab标签页测试'
17
+ configName: 'drugInventAuditTab'
18
18
  }
19
19
  },
20
20
  methods: {},
@@ -86,8 +86,8 @@ routerResource.example = {
86
86
  // component: () => import('@vue2-client/base-client/components/common/XAddNativeForm/demo.vue'),
87
87
  // component: () => import('@vue2-client/base-client/components/common/XReport/XReportDemo.vue'),
88
88
  // component: () => import('@vue2-client/base-client/components/common/XFormTable/demo.vue'),
89
- // component: () => import('@vue2-client/base-client/components/common/XTab/XTabDemo.vue'),
90
- component: () => import('@vue2-client/base-client/components/common/XReportGrid/XReportDemo.vue'),
89
+ component: () => import('@vue2-client/base-client/components/common/XTab/XTabDemo.vue'),
90
+ // component: () => import('@vue2-client/base-client/components/common/XReportGrid/XReportDemo.vue'),
91
91
  // component: () => import('@vue2-client/pages/WorkflowDetail/WorkFlowDemo.vue'),
92
92
  meta: {
93
93
  // 菜单中不显示