Consignatarios
This commit is contained in:
parent
76ed8478c1
commit
631ce155d1
|
@ -21,7 +21,7 @@
|
||||||
<div>{{i.phone}}, {{i.mobile}}</div>
|
<div>{{i.phone}}, {{i.mobile}}</div>
|
||||||
</vn-auto>
|
</vn-auto>
|
||||||
<vn-empty style="width: 7em; text-align: center;">
|
<vn-empty style="width: 7em; text-align: center;">
|
||||||
<input type="checkbox" name="enabled" model="i.enabled"/>
|
<input type="checkbox" name="enabled" ng-model="i.enabled"/>
|
||||||
</vn-empty>
|
</vn-empty>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
</vn-vertical>
|
</vn-vertical>
|
|
@ -25,7 +25,7 @@ export const COMPONENT = {
|
||||||
country: 'Country',
|
country: 'Country',
|
||||||
phone: 'XX-XXX-XX-XX',
|
phone: 'XX-XXX-XX-XX',
|
||||||
mobile: 'XX-6XX-XX-XX',
|
mobile: 'XX-6XX-XX-XX',
|
||||||
enabled: true
|
enabled: false
|
||||||
}];
|
}];
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue