From cd401c7bff93167815944bbb635881453cbe2bf4 Mon Sep 17 00:00:00 2001 From: houruijun <411269194@kidgrow.com> Date: Tue, 25 Aug 2020 20:49:42 +0800 Subject: [PATCH] 1.统一调整了运营后台页面显示的不完整问题 2.查询可用套餐,增加按照开始时间排序 --- kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/system/menus.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/system/menus.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/system/menus.html index 0ce76ef..a2dcd61 100644 --- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/system/menus.html +++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/system/menus.html @@ -56,7 +56,7 @@ }; } treetable.render({ - treeColIndex: 1, + treeColIndex: 0, treeSpid: -1, treeIdName: 'id', treePidName: 'parentId', @@ -65,12 +65,12 @@ where: param, page: false, cols: [[ - { type: 'numbers' ,width: "10%" }, - { field: 'name',width: "10%", minWidth: 200, title: '菜单名称' }, + // { type: 'numbers' ,width: "10%" }, + { field: 'name',width: "180", minWidth: 200, title: '菜单名称' }, { field: 'tenantId',width: "10%", minWidth: 80, title: '应用标识' }, - { field: 'url',width: "10%", title: '菜单url' }, + { field: 'url',width: "240", title: '菜单url' }, { field: 'path',width: "10%", title: '菜单path' }, - { field: 'css',width: "10%", align: 'center', title: '样式' }, + // { field: 'css',width: "10%", align: 'center', title: '样式' }, { field: 'sort', width: "10%", align: 'center', title: '排序号' }, { field: 'type', width: "10%", align: 'center', templet: function (d) { -- Gitblit v1.8.0