From 300dbef865bb3a7b6c3c7a8079e4e88f89c5e54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 3 Mar 2022 00:27:02 +0800 Subject: [PATCH] Update index.html --- app/admin/view/menu/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/admin/view/menu/index.html b/app/admin/view/menu/index.html index 04965df38..c7612d53c 100644 --- a/app/admin/view/menu/index.html +++ b/app/admin/view/menu/index.html @@ -45,7 +45,7 @@ {checkbox: true, field: 'ids'}, {field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'}, { - field: 'icon', title: '图标', width: 100, align: 'center', templet: function (d) { + field: 'icon', title: '图标', width: 80, align: 'center', templet: function (d) { return layui.laytpl('').render(d); } }, @@ -54,8 +54,9 @@ return layui.laytpl('{{d.spl}}{{d.title}}').render(d); } }, + {field: 'url', title: '跳转链接', minWidth: 200}, {field: 'status', title: '菜单状态', minWidth: 120, align: 'center', templet: '#StatusSwitchTpl'}, - //{field: 'create_at', title: '创建时间', minWidth: 170, align: 'center'}, + // {field: 'create_at', title: '创建时间', minWidth: 170, align: 'center'}, {toolbar: '#toolbar', title: '操作面板', minWidth: 170, align: 'center', fixed: 'right'}, ]] });