From 37cff66f13a32f6ee31cdcfe5b17cd109156a11f Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sat, 26 Oct 2019 15:59:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E7=AE=A1=E7=90=86=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E6=A0=B7=E5=BC=8F=E8=AE=BE=E7=BD=AE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/views/modules/sys/dictDataList.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/core/src/main/resources/views/modules/sys/dictDataList.html b/modules/core/src/main/resources/views/modules/sys/dictDataList.html index 5e47f70c..07e3fecc 100644 --- a/modules/core/src/main/resources/views/modules/sys/dictDataList.html +++ b/modules/core/src/main/resources/views/modules/sys/dictDataList.html @@ -64,7 +64,8 @@ $('#dataGrid').dataGrid({ searchForm: $("#searchForm"), columnModel: [ {header:'字典标签', name:'dictLabelOrig', index:'a.dict_label', width:200, align:"left", frozen:true, formatter: function(val, obj, row, act){ - return ''+(val||row.id)+''; + return ''+(val||row.id)+''; }}, {header:'字典键值', name:'dictValue', index:'a.dict_value', width:200, align:"left"}, {header:'排序号', name:'treeSort', width:63, align:"center", fixed:true},