diff --git a/app/home/view/module/index.html b/app/home/view/module/index.html index 0821ad2..42a0647 100644 --- a/app/home/view/module/index.html +++ b/app/home/view/module/index.html @@ -40,7 +40,7 @@ return html2; } }} - ,{field:'type', title: '类型',width:80,align:'center',templet: function(d){ + ,{field:'type', title: '类型',width:120,align:'center',templet: function(d){ var html1='系统模块'; var html2='自定义模块'; if(d.type==1){