From 8284b2362c6d2ede9635ee4b72227efdec17bab9 Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Wed, 17 Jul 2024 17:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- table_daishenhe.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/table_daishenhe.html b/table_daishenhe.html index 38a5277..5aaf444 100644 --- a/table_daishenhe.html +++ b/table_daishenhe.html @@ -284,7 +284,7 @@ shrinkToFit: true, rowNum: 14, rowList: [10, 20, 30], - colNames: ['案件编号', '案件名称', '案件类型', '地址', '备注', '判读人','判读时间', '操作'], + colNames: ['案件编号', '案件名称', '案件类型', '县','镇','村', '备注', '判读人','判读时间', '操作'], colModel: [ { name: 'case_no', @@ -305,8 +305,20 @@ width: 100 }, { - name: 'address', - index: 'address', + name: 'countyname', + index: 'countyname', + align: 'center', + width: 80, + }, + { + name: 'streetname', + index: 'streetname', + align: 'center', + width: 80, + }, + { + name: 'communityname', + index: 'communityname', align: 'center', width: 80, },