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-dialog class="edit"
|
||||||
vn-id="edit"
|
vn-id="edit"
|
||||||
on-accept="$ctrl.onEditAccept()"
|
on-accept="$ctrl.onEditAccept()"
|
||||||
on-close="$ctrl.editedColumn = null"
|
on-close="$ctrl.editedColumn = null">
|
||||||
message="Edit buy(s)">
|
|
||||||
<tpl-body>
|
<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-horizontal>
|
||||||
<vn-autocomplete
|
<vn-autocomplete
|
||||||
vn-two
|
vn-two
|
||||||
|
|
Loading…
Reference in New Issue