代码优化
This commit is contained in:
parent
32fdf1e05e
commit
349cf4ad96
|
|
@ -575,6 +575,8 @@
|
||||||
<!-- <if test="type =='evaluate'">-->
|
<!-- <if test="type =='evaluate'">-->
|
||||||
<!-- and per.check_one = '2'-->
|
<!-- and per.check_one = '2'-->
|
||||||
<!-- </if>-->
|
<!-- </if>-->
|
||||||
|
group by
|
||||||
|
per.id
|
||||||
order by
|
order by
|
||||||
create_time desc
|
create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
|
|
@ -500,13 +500,10 @@
|
||||||
// });
|
// });
|
||||||
}
|
}
|
||||||
|
|
||||||
$(document).on('click', '#baseTable .file-icon', function (e) {
|
$(document).on('click', '.layui-table-cell', function (e) {
|
||||||
e.stopPropagation(); // 阻止事件冒泡
|
console.log('点击了单元格')
|
||||||
|
|
||||||
console.log('点击了文件图标')
|
|
||||||
// var dataId = $(this).data('id');
|
// var dataId = $(this).data('id');
|
||||||
// var dataIndex = $(this).data('index');
|
// var dataIndex = $(this).data('index');
|
||||||
|
|
||||||
// console.log('File icon clicked', {
|
// console.log('File icon clicked', {
|
||||||
// dataIndex: dataIndex,
|
// dataIndex: dataIndex,
|
||||||
// dataId: dataId,
|
// dataId: dataId,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue