#2 添加双击打开

main
Zhufu 2024-07-19 09:36:11 +08:00
parent d9de3f7c38
commit bba23bb1d6
2 changed files with 8 additions and 0 deletions

View File

@ -407,6 +407,10 @@
rowNum: 14,
// rowList: [10, 20, 30],
colNames: ['案件编号', '案件名称', '案件类型', '县', '镇', '判读人', '判读时间', '状态', '操作'],
ondblClickRow: function (rowid, iRow, iCol, e) {
$('#myModal').modal('show')
showModal(rowid)
},
colModel: [
{
name: 'case_no',

View File

@ -236,6 +236,10 @@
shrinkToFit: true,
rowNum: 10,
// rowList: [10, 20, 30],
ondblClickRow: function (rowid, iRow, iCol, e) {
$('#myModal').modal('show')
showModal(rowid)
},
colNames: ['案件编号', '案件名称', '案件类型', '县','镇', '判读人','判读时间', '是否通过','是否审核','操作'],
colModel: [
{