From bba23bb1d6a04bee448cd1cb7d3b127dca80f611 Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Fri, 19 Jul 2024 09:36:11 +0800 Subject: [PATCH] =?UTF-8?q?#2=20=E6=B7=BB=E5=8A=A0=E5=8F=8C=E5=87=BB?= =?UTF-8?q?=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- table_daishenhe.html | 4 ++++ table_yishenhe.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/table_daishenhe.html b/table_daishenhe.html index 7cd1bdf..501ca63 100644 --- a/table_daishenhe.html +++ b/table_daishenhe.html @@ -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', diff --git a/table_yishenhe.html b/table_yishenhe.html index fd45612..11306b9 100644 --- a/table_yishenhe.html +++ b/table_yishenhe.html @@ -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: [ {