up
This commit is contained in:
@@ -210,6 +210,12 @@
|
||||
class="w-full border border-slate-200 rounded-lg px-3 py-2 text-sm focus:outline-none focus:border-[#8eb02f] focus:ring-2 focus:ring-[#8eb02f]/20">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label class="block text-xs font-semibold text-slate-500 uppercase tracking-wide mb-1">Ciudad</label>
|
||||
<input x-model="perfil.ciudad" type="text" placeholder="Ej: Bogotá"
|
||||
class="w-full border border-slate-200 rounded-lg px-3 py-2 text-sm focus:outline-none focus:border-[#8eb02f] focus:ring-2 focus:ring-[#8eb02f]/20">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label class="block text-xs font-semibold text-slate-500 uppercase tracking-wide mb-1">RUT / Documento legal</label>
|
||||
<input x-model="perfil.documento" type="text" placeholder="Ej: NIT, RUT, CC, CUIT..."
|
||||
@@ -408,7 +414,7 @@ function miCuenta() {
|
||||
open: false,
|
||||
tab: 'perfil',
|
||||
saving: false,
|
||||
perfil: { nombre:'', email:'', telefono:'', indicativo:'', pais:'', documento:'', empresa:'', sitio_web:'', documento_rut_file:'', documento_rut_nombre:'' },
|
||||
perfil: { nombre:'', email:'', telefono:'', indicativo:'', pais:'', ciudad:'', documento:'', empresa:'', sitio_web:'', documento_rut_file:'', documento_rut_nombre:'' },
|
||||
perfilMsg: '', perfilOk: false,
|
||||
pass: { actual:'', nueva:'', confirma:'' },
|
||||
passMsg: '', passOk: false,
|
||||
|
||||
Reference in New Issue
Block a user