From 3775da4fa97080add40170cd02da58c6a82bdabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 10 Nov 2017 22:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=BD=E5=BA=A6-=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/pages/manage/functions.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/pages/manage/functions.jsp b/src/main/webapp/pages/manage/functions.jsp index a1863817..27a78e19 100644 --- a/src/main/webapp/pages/manage/functions.jsp +++ b/src/main/webapp/pages/manage/functions.jsp @@ -160,7 +160,7 @@ { title: '编号 ',field: 'Number',width:60}, { title: '名称',field: 'Name',width:80}, { title: '上级编号',field: 'PNumber',width:60}, - { title: '链接',field: 'URL',width:120}, + { title: '链接',field: 'URL',width:200}, { title: '排序',field: 'Sort',width:50}, { title: '收缩',field: 'State',width:50,formatter:function(value){ return value? "开":"关";