From 349cf4ad965a71cf6fdaa0e088055265c668ba0a Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Thu, 5 Jun 2025 11:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mappers/evaluate/OutsourcerEvaluateMapper.xml | 2 ++ .../evaluate/outsourcerEvaluation/evaluationForm.html | 7 ++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/resources/mappers/evaluate/OutsourcerEvaluateMapper.xml b/src/main/resources/mappers/evaluate/OutsourcerEvaluateMapper.xml index 59d5068..45b1140 100644 --- a/src/main/resources/mappers/evaluate/OutsourcerEvaluateMapper.xml +++ b/src/main/resources/mappers/evaluate/OutsourcerEvaluateMapper.xml @@ -575,6 +575,8 @@ + group by + per.id order by create_time desc diff --git a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html index fa71bf8..c20ad66 100644 --- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html +++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html @@ -500,13 +500,10 @@ // }); } - $(document).on('click', '#baseTable .file-icon', function (e) { - e.stopPropagation(); // 阻止事件冒泡 - - console.log('点击了文件图标') + $(document).on('click', '.layui-table-cell', function (e) { + console.log('点击了单元格') // var dataId = $(this).data('id'); // var dataIndex = $(this).data('index'); - // console.log('File icon clicked', { // dataIndex: dataIndex, // dataId: dataId,