fix: refs #5919 rollback
This commit is contained in:
parent
50ea41f99a
commit
7240269f5b
|
@ -5,12 +5,6 @@
|
|||
form="form"
|
||||
save="patch">
|
||||
</vn-watcher>
|
||||
<vn-crud-model
|
||||
vn-id="locker"
|
||||
url="lockers"
|
||||
filter="$ctrl.$.lockerFilter"
|
||||
auto-load="false">
|
||||
</vn-crud-model>
|
||||
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-md">
|
||||
<vn-card class="vn-pa-lg">
|
||||
<vn-vertical>
|
||||
|
@ -83,7 +77,8 @@
|
|||
</vn-textfield>
|
||||
<vn-input-number
|
||||
min="0"
|
||||
ng-model="$ctrl.$.locker"
|
||||
ng-model="$ctrl.$.locker">
|
||||
</vn-input-number>
|
||||
</vn-horizontal>
|
||||
</vn-vertical>
|
||||
</vn-card>
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
></vn-link-phone>
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Locker"
|
||||
value="{{worker.locker.code}}"
|
||||
value="{{worker.locker}}"
|
||||
>
|
||||
</vn-label-value>
|
||||
</vn-one>
|
||||
|
|
Loading…
Reference in New Issue