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,