refs #5334 department.card
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-05-16 14:00:05 +02:00
parent 9f9963af56
commit 5c9ee21cfc
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<vn-portal slot="menu">
<vn-worker-department-descriptor department="$ctrl.department"></vn-worker-department-descriptor>
<vn-left-menu source="card"></vn-left-menu>
<vn-left-menu source="department"></vn-left-menu>
</vn-portal>
<ui-view></ui-view>

View File

@ -24,6 +24,8 @@
"description": "Wikipedia"
},
{"state": "worker.card.workerLog", "icon": "history"}
], "department": [
{"state": "worker.deparment.card.basicData", "icon": "settings"}
]
},
"keybindings": [
@ -136,6 +138,14 @@
"params": {
"department": "$ctrl.department"
}
}, {
"url": "/basic-data",
"state": "worker.deparment.card.basicData",
"component": "vn-worker-department-basic-data",
"description": "Basic data",
"params": {
"department": "$ctrl.department"
}
}, {
"url": "/dms",
"state": "worker.card.dms",