editado de reporte
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { useState } from "react";
|
||||
import "../../styles/layout/pregunta1.scss";
|
||||
|
||||
type OsEntry = {
|
||||
os: string;
|
||||
|
||||
@@ -11,10 +11,6 @@ import Pregunta3_2 from "@/components/Equipo_Computo/Pregunta3_2";
|
||||
import Pregunta3_3 from "@/components/Equipo_Computo/Pregunta3_3";
|
||||
import Pregunta3_4 from "@/components/Equipo_Computo/Pregunta3_4";
|
||||
import Pregunta3_5 from "@/components/Equipo_Computo/Pregunta3_5";
|
||||
import Pregunta7 from "@/components/Equipo_Computo/Pregunta7";
|
||||
import Pregunta1EP from "@/components/Perifericos/Pregunta1EP";
|
||||
import Pregunta2EP from "@/components/Perifericos/Pregunta2EP";
|
||||
import Pregunta4EP from "@/components/Perifericos/Pregunta4EP";
|
||||
import Pregunta7EP from "@/components/Perifericos/Pregunta7EP";
|
||||
import Pregunta9 from "@/components/Equipo_Computo/Pregunta9";
|
||||
import "../../styles/layout/reporte.scss";
|
||||
@@ -22,36 +18,26 @@ import "../../styles/layout/reporte.scss";
|
||||
type PreguntaKey =
|
||||
| "pregunta1_1"
|
||||
| "pregunta1"
|
||||
| "pregunta1EP"
|
||||
| "pregunta2"
|
||||
| "pregunta2_1"
|
||||
| "pregunta2EP"
|
||||
| "pregunta3"
|
||||
| "pregunta3_1"
|
||||
| "pregunta3_2"
|
||||
| "pregunta3_3"
|
||||
| "pregunta3_4"
|
||||
| "pregunta3_5"
|
||||
| "pregunta4EP"
|
||||
| "pregunta7"
|
||||
| "pregunta7EP"
|
||||
| "pregunta9";
|
||||
|
||||
const LABELS: Record<PreguntaKey, string> = {
|
||||
pregunta1_1: "Pregunta 1.1 ",
|
||||
pregunta1: "Pregunta 1",
|
||||
pregunta1EP: "Pregunta 1 EP",
|
||||
pregunta2: "Pregunta 2",
|
||||
pregunta1_1: "Pregunta 1 ",
|
||||
pregunta1: "Pregunta 2",
|
||||
pregunta2_1: "Pregunta 2.1",
|
||||
pregunta2EP: "Pregunta 2 EP",
|
||||
pregunta3: "Pregunta 3",
|
||||
pregunta3_1: "Pregunta 3.1",
|
||||
pregunta3_2: "Pregunta 3.2",
|
||||
pregunta3_3: "Pregunta 3.3",
|
||||
pregunta3_4: "Pregunta 3.4",
|
||||
pregunta3_5: "Pregunta 3.5",
|
||||
pregunta4EP: "Pregunta 4 EP",
|
||||
pregunta7: "Pregunta 7",
|
||||
pregunta7EP: "Pregunta 7 EP",
|
||||
pregunta9: "Pregunta 9",
|
||||
};
|
||||
@@ -60,18 +46,13 @@ const LABELS: Record<PreguntaKey, string> = {
|
||||
const TAB_BACKGROUNDS: Record<PreguntaKey, string> = {
|
||||
pregunta1: "bg-blue",
|
||||
pregunta1_1: "bg-gray",
|
||||
pregunta1EP: "bg-gray",
|
||||
pregunta2: "bg-gray",
|
||||
pregunta2_1: "bg-gray",
|
||||
pregunta2EP: "bg-gray",
|
||||
pregunta3: "bg-gray",
|
||||
pregunta3_1: "bg-gray",
|
||||
pregunta3_2: "bg-gray",
|
||||
pregunta3_3: "bg-gray",
|
||||
pregunta3_4: "bg-gray",
|
||||
pregunta3_5: "bg-gray",
|
||||
pregunta4EP: "bg-gray",
|
||||
pregunta7: "bg-gray",
|
||||
pregunta7EP: "bg-gray",
|
||||
pregunta9: "bg-blue",
|
||||
};
|
||||
@@ -85,14 +66,8 @@ export default function Reporte() {
|
||||
return <Pregunta1_1 />;
|
||||
case "pregunta1":
|
||||
return <Pregunta1 />;
|
||||
case "pregunta1EP":
|
||||
return <Pregunta1EP />;
|
||||
case "pregunta2":
|
||||
return <Pregunta2 />;
|
||||
case "pregunta2_1":
|
||||
return <Pregunta2_1 />;
|
||||
case "pregunta2EP":
|
||||
return <Pregunta2EP />;
|
||||
case "pregunta3":
|
||||
return <Pregunta3 />;
|
||||
case "pregunta3_1":
|
||||
@@ -105,10 +80,6 @@ export default function Reporte() {
|
||||
return <Pregunta3_4 />;
|
||||
case "pregunta3_5":
|
||||
return <Pregunta3_5 />;
|
||||
case "pregunta4EP":
|
||||
return <Pregunta4EP />;
|
||||
case "pregunta7":
|
||||
return <Pregunta7 />;
|
||||
case "pregunta7EP":
|
||||
return <Pregunta7EP />;
|
||||
case "pregunta9":
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
"use client";
|
||||
import React from "react";
|
||||
import "./pregunta5EP.scss";
|
||||
|
||||
export default function Pregunta5EP() {
|
||||
return (
|
||||
<div className="container">
|
||||
<div className="header">
|
||||
Indique el número de equipos de digitalización de acuerdo con la
|
||||
población universitaria al que se destina su uso primordialmente.
|
||||
<span>*</span>
|
||||
<small> (Requerido en el caso de contar con Equipo de digitalización)</small>
|
||||
</div>
|
||||
|
||||
<div className="row">
|
||||
<div className="item">
|
||||
<label htmlFor="alumnos-digital">Alumnos</label>
|
||||
<input type="text" id="alumnos-digital" defaultValue="11" />
|
||||
</div>
|
||||
|
||||
<div className="item">
|
||||
<label htmlFor="profesores-digital">
|
||||
Profesores <span className="help-icon">?</span>
|
||||
</label>
|
||||
<input type="text" id="profesores-digital" defaultValue="24" />
|
||||
</div>
|
||||
|
||||
<div className="item">
|
||||
<label htmlFor="tecnicos-academicos-digital">
|
||||
Técnicos Académicos
|
||||
</label>
|
||||
<input type="text" id="tecnicos-academicos-digital" defaultValue="" />
|
||||
</div>
|
||||
|
||||
<div className="item">
|
||||
<label htmlFor="investigadores-digital">
|
||||
Investigadores <span className="help-icon">?</span>
|
||||
</label>
|
||||
<input type="text" id="investigadores-digital" defaultValue="" />
|
||||
</div>
|
||||
|
||||
<div className="item">
|
||||
<label htmlFor="administrativos-digital">
|
||||
Administrativos <span className="help-icon">?</span>
|
||||
</label>
|
||||
<input type="text" id="administrativos-digital" defaultValue="101" />
|
||||
</div>
|
||||
|
||||
<div className="item">
|
||||
<label htmlFor="total-digital">Total</label>
|
||||
<input type="text" id="total-digital" defaultValue="136" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user