vue2-client 1.15.96 → 1.15.98

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.15.96",
3
+ "version": "1.15.98",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -137,7 +137,7 @@ import { workFlowViewApi } from '@vue2-client/services/api/workFlow'
137
137
  import WorkOrderParentDetails from '@vue2-client/pages/WorkflowDetail/WorkflowPageDetail/WorkOrderParentDetails'
138
138
 
139
139
  export default {
140
- name: 'ApplyBaseInformation',
140
+ name: 'WorkflowBaseInformation',
141
141
  components: { WorkOrderParentDetails },
142
142
  computed: {
143
143
  ...mapState('account', { currUser: 'user' }),
@@ -109,7 +109,7 @@ import { workFlowViewApi } from '@vue2-client/services/api/workFlow'
109
109
  import WorkOrderParentDetails from '@vue2-client/pages/WorkflowDetail/WorkflowPageDetail/WorkOrderParentDetails'
110
110
 
111
111
  export default {
112
- name: 'ApplyBaseInformation',
112
+ name: 'WorkflowBaseInformationDetails',
113
113
  components: { WorkOrderParentDetails },
114
114
  computed: {
115
115
  ...mapState('account', { currUser: 'user' }),