From 87306947036dd69cafc31525b13c1c389e289897 Mon Sep 17 00:00:00 2001 From: hdm Date: Mon, 14 Feb 2022 23:52:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=E5=9F=8E=E5=B8=82sql=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=8B=AC=E7=AB=8B=E5=87=BA=E6=9D=A5=E3=80=82=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=8D=E5=AE=89=E8=A3=85=EF=BC=8C=E6=9C=89=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=9F=8E=E5=B8=82=E6=95=B0=E6=8D=AE=E7=9A=84=E5=8F=AF?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/module/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){