Dirección y Clave de proveedor
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
<a href="/IMPORTADORES/proveedores/crear" class="btn btn-success mb-3">➕ Nuevo Proveedor</a>
|
||||
|
||||
<div class="card p-3 shadow-sm">
|
||||
<br>
|
||||
<br>
|
||||
<table id="proveedores-table" class="table table-striped nowrap" style="width:100%">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -100,6 +100,7 @@
|
||||
<th>RFC</th>
|
||||
<th>Ciudad</th>
|
||||
<th>Teléfono</th>
|
||||
<th>Dirección</th>
|
||||
<th>Acciones</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -146,8 +147,9 @@
|
||||
{ data: 1 },
|
||||
{ data: 2 },
|
||||
{ data: 3 },
|
||||
{ data: 4, className: 'text-center' },
|
||||
{ data: 5, className: 'text-center' }
|
||||
{ data: 4, className: 'text-center' },
|
||||
{ data: 5},
|
||||
{ data: 6, className: 'text-center' }
|
||||
],
|
||||
language: {
|
||||
processing: '<div class="spinner-border text-primary" role="status"><span class="visually-hidden">Cargando...</span></div>',
|
||||
|
||||
Reference in New Issue
Block a user