From e59a9a66f0af1b9f435663c6e7d364d221f39e6f Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Thu, 4 Jul 2024 11:49:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=80=83=E8=AF=95=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/elExam/userExam/userExam.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/userExam.html b/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/userExam.html index 2b5e083..b136e9c 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/userExam.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/userExam/userExam.html @@ -97,7 +97,7 @@ /*资产列表-详细*/ function detail(id,userId) { var url = prefix + '/detail/' + id +'/'+userId; - $.modal.open("考试人员", url); + $.modal.open("考试明细", url); }