refs #5334 fk
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-05-30 15:36:39 +02:00
parent 1dcaba1fdc
commit 0fd7f4183e
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
translate> translate>
Delete Delete
</vn-item> </vn-item>
</slot-menu> </slot-menu>
<slot-body> <slot-body>
<div class="attributes"> <div class="attributes">
@ -30,7 +31,7 @@
value="{{$ctrl.department.worker.firstName}} {{$ctrl.department.worker.secondName}}"> value="{{$ctrl.department.worker.firstName}} {{$ctrl.department.worker.secondName}}">
</vn-label-value> </vn-label-value>
</div> </div>
<vn-icon-button vn-anchor="{state: 'worker.index', params: {q: {departmentFk: $ctrl.department.id}}}" <vn-icon-button vn-anchor="{state: 'worker.index', params: {q: {departmentFk: department.id}}}"
vn-tooltip="Department workers" vn-tooltip="Department workers"
icon="icon-ticket"> icon="icon-ticket">
</vn-icon-button> </vn-icon-button>