From acb6baa2262d0df0e3c1424d745d3408b63439d5 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sat, 23 Dec 2023 22:59:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/views/modules/sys/companyList.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/sys/companyList.html b/modules/core/src/main/resources/views/modules/sys/companyList.html index 18e2bf46..d5a2fa32 100644 --- a/modules/core/src/main/resources/views/modules/sys/companyList.html +++ b/modules/core/src/main/resources/views/modules/sys/companyList.html @@ -65,9 +65,9 @@ $('#dataGrid').dataGrid({ }}, {header:'${text("公司全称")}', name:'fullName', index:'a.full_name', width:200, align:"left"}, {header:'${text("排序号")}', name:'treeSort', index:'a.tree_sort', width:80, align:"center"}, - {header:'${text("归属区域")}', name:'area.treeNames', index:'a.areaCode', width:200, align:"center"}, + {header:'${text("归属区域")}', name:'area.treeNames', index:'a.areaCode', width:100, align:"center"}, {header:'${text("更新时间")}', name:'updateDate', index:'a.update_date', width:200, align:"center"}, - {header:'${text("备注信息")}', name:'remarks', index:'a.remarks', width:200, align:"left"}, + {header:'${text("备注信息")}', name:'remarks', index:'a.remarks', width:150, align:"left"}, {header:'${text("状态")}', name:'status', index:'a.status', width:80, align:"center", formatter: function(val, obj, row, act){ return js.getDictLabel("#{@DictUtils.getDictListJson('sys_status')}", val, '未知', true); }},