refs #5334 link department
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
adafd7444b
commit
10e085ca1b
|
@ -12,9 +12,12 @@
|
|||
sort-func="$ctrl.onSort($a, $b)"
|
||||
on-drop="$ctrl.onDrop($dropped, $dragged)"
|
||||
on-drag-start="$ctrl.onDragStart(item)"
|
||||
on-drag-end="$ctrl.onDragEnd(item)"
|
||||
ng-click="worker.department.card.summary($item)">
|
||||
{{::item.name}}
|
||||
on-drag-end="$ctrl.onDragEnd(item)">
|
||||
<a
|
||||
ui-sref="worker.department.card.summary({id: item.id})"
|
||||
translate>
|
||||
{{::item.name}}
|
||||
</a>
|
||||
</vn-treeview>
|
||||
</vn-card>
|
||||
</form>
|
||||
|
|
|
@ -37,7 +37,7 @@ class Controller extends Summary {
|
|||
}
|
||||
}
|
||||
|
||||
ngModule.vnComponent('vnDepartmentSummary', {
|
||||
ngModule.vnComponent('vnWorkerDepartmentSummary', {
|
||||
template: require('./index.html'),
|
||||
controller: Controller,
|
||||
bindings: {
|
||||
|
|
Loading…
Reference in New Issue