From 3b5eb5ecf34172e2c8c192098c6b2d554ca70ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 1 Dec 2022 20:23:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=88=E7=BD=91=E7=AB=99?= =?UTF-8?q?=EF=BC=89=EF=BC=9A=E7=BD=91=E7=AB=99=E5=90=8D=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/website/list.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/website/list.blade.php b/resources/views/website/list.blade.php index 4a5c255a..4177d57b 100644 --- a/resources/views/website/list.blade.php +++ b/resources/views/website/list.blade.php @@ -77,7 +77,7 @@ Date: 2022-11-28 , toolbar: '#website-list-bar' , title: '网站列表' , cols: [[ - {field: 'name', title: '网站名', width: 200, fixed: 'left', unresize: true, sort: true, edit: 'text'} + {field: 'name', title: '网站名', width: 200, fixed: 'left', unresize: true, sort: true} , {field: 'run', title: '运行', width: 100, templet: '#website-run', unresize: true} , {field: 'path', title: '目录', width: 250} , {field: 'php', title: 'PHP', width: 60}