From 62a2d11f7ee773659b0a2de1dd5db2ec40a7d3c8 Mon Sep 17 00:00:00 2001 From: pfu2aoslz <2269185321@qq.com> Date: Thu, 6 Jan 2022 21:33:43 +0800 Subject: [PATCH] ADD file via upload --- code/da-authority.jsp | 231 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 231 insertions(+) create mode 100644 code/da-authority.jsp diff --git a/code/da-authority.jsp b/code/da-authority.jsp new file mode 100644 index 0000000..945c452 --- /dev/null +++ b/code/da-authority.jsp @@ -0,0 +1,231 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> + <%@ page import="java.util.*,com.domain.Tuser" %> +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + +
+ +认证编号 | +账号 | +身份证号 | +从事职业 | +所在医疗机构 | +资格证书 | +是否通过 | +是否删除 | +
---|---|---|---|---|---|---|---|
${au.cid} | ${au.uid} | +${au.iid} | ${au.profession} | +${au.company} | ${au.picture} | ${au.apass} | +删除 a> |