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); }