mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-15 00:15:57 +08:00
* Support Documents Pendings * Bugfix syntax * route getters according to the role * add send criteria from list of documents pendings * change translations
29 lines
623 B
JavaScript
29 lines
623 B
JavaScript
const ROUTES = {
|
|
PRINT_FORMAT_SETUP_WINDOW: {
|
|
uuid: '8e5131dc-fb40-11e8-a479-7a0060f0aa01',
|
|
action: undefined,
|
|
tabParent: '0',
|
|
tabChild: undefined
|
|
},
|
|
REQUEST_WINDOW: {
|
|
uuid: '8e510176-fb40-11e8-a479-7a0060f0aa01',
|
|
action: undefined,
|
|
tabParent: '0',
|
|
tabChild: undefined
|
|
},
|
|
WORKFLOW_WINDOW: {
|
|
uuid: '8e5168e6-fb40-11e8-a479-7a0060f0aa01',
|
|
action: undefined,
|
|
tabParent: '0',
|
|
tabChild: undefined
|
|
},
|
|
DOCUMENTS_WINDOW: {
|
|
uuid: '8e50d7c8-fb40-11e8-a479-7a0060f0aa01',
|
|
action: undefined,
|
|
tabParent: '0',
|
|
tabChild: undefined
|
|
}
|
|
}
|
|
|
|
export default ROUTES
|