Added number of rows that are going to be modificated
This commit is contained in:
parent
ee2aeb2337
commit
69550dc380
|
@ -165,9 +165,20 @@
|
|||
<vn-dialog class="edit"
|
||||
vn-id="edit"
|
||||
on-accept="$ctrl.onEditAccept()"
|
||||
on-close="$ctrl.editedColumn = null"
|
||||
message="Edit buy(s)">
|
||||
on-close="$ctrl.editedColumn = null">
|
||||
<tpl-body>
|
||||
<vn-horizontal>
|
||||
Editar
|
||||
<span
|
||||
style='
|
||||
flex: 0.15;
|
||||
margin-left: 10px;
|
||||
font-size: 24px;
|
||||
color: orangered;
|
||||
font-weight: bold;'>
|
||||
{{::$ctrl.totalChecked}}
|
||||
</span> compra(s)
|
||||
</vn-horizontal>
|
||||
<vn-horizontal>
|
||||
<vn-autocomplete
|
||||
vn-two
|
||||
|
|
Loading…
Reference in New Issue