瀏覽代碼

Se quitaron columnas en el grid de condicionantes

Jose Cienfuegos 9 月之前
父節點
當前提交
744dccc989
共有 1 個文件被更改,包括 0 次插入26 次删除
  1. 0 26
      src/views/condicionantes/Condicionantes.jsx

+ 0 - 26
src/views/condicionantes/Condicionantes.jsx

@@ -82,32 +82,6 @@ const Condicionantes = () => {
       dataIndex: "titulo",
       dataIndex: "titulo",
       render: linkText,
       render: linkText,
     },
     },
-    {
-      title: "Descripción",
-      key: "descripcion",
-      dataIndex: "descripcion",
-      render: (text) => (
-        <div dangerouslySetInnerHTML={{ __html: text }} />
-      ),
-    },
-    {
-      title: "Activa",
-      key: "activa",
-      dataIndex: "activa",
-      render: linkText,
-    },
-    {
-      title: "Editado por",
-      key: "editadoPor",
-      dataIndex: "editadoPor",
-      render: linkText,
-    },
-    {
-      title: "Fecha de Edición",
-      key: "fechaEdicion",
-      dataIndex: "fechaEdicion",
-      render: linkText,
-    }
   ];
   ];
 
 
   return (
   return (