Add fecha-diff to materiales

This commit is contained in:
naielv
2025-12-25 01:46:48 +01:00
parent f0a6f3b6b3
commit a9cdfb567a
2 changed files with 32 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ PAGES.materiales = {
`;
const config = [
{ key: "Revision", label: "F. Revisión", type: "fecha", default: "" },
{ key: "Revision", label: "Ult. Revisión", type: "fecha-diff", default: "" },
{ key: "Nombre", label: "Nombre", type: "text", default: "" },
{ key: "Ubicacion", label: "Ubicación", type: "text", default: "--" },
{