vue2-client 1.15.96 → 1.15.97
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
@@ -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: '
|
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: '
|
112
|
+
name: 'WorkFlowBaseInformationDetails',
|
113
113
|
components: { WorkOrderParentDetails },
|
114
114
|
computed: {
|
115
115
|
...mapState('account', { currUser: 'user' }),
|