<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> 员工列表 <%-- 全局主题配置--%>

员工信息

<%-- --%>
${statisticInfo}
<%----%> <%----%>
#用户名 姓名 性别 工号 电话 身份证 年龄 ↓ 职位 学历 部门 操作
${s.count}input class="t-check" type="checkbox" value="${ i.id}">${ i.username } ${ i.name } ${ i.gender } ${ i.numb } ${ i.tele } ${ i.idnum } ${ i.age } ${ i.empposition } ${ i.xuel } ${ i.deptid } 查看 编辑 删除
<%--时间选择的插件--%>