cambios
This commit is contained in:
+6
-1
@@ -747,7 +747,12 @@ function renderCampoPreview(c, valores) {
|
||||
if (c.tipo === 'firma') {
|
||||
return `<div class="preview-field">${lbl}
|
||||
<div class="border rounded p-2 text-center text-muted small bg-light" style="height:70px;line-height:50px">
|
||||
✍️ Área de firma</div></div>`;
|
||||
✍️ Área de firma (paciente)</div></div>`;
|
||||
}
|
||||
if (c.tipo === 'firma_profesional') {
|
||||
return `<div class="preview-field">${lbl}
|
||||
<div class="border rounded p-2 text-center small fw-semibold" style="height:70px;line-height:50px;color:#198754;background:#f0fff4;border-color:#198754 !important">
|
||||
✍️ Área de firma (profesional)</div></div>`;
|
||||
}
|
||||
if (c.tipo === 'parrafo') {
|
||||
const txt = (c.contenido || '');
|
||||
|
||||
Reference in New Issue
Block a user