From 764f045c785959117db3d27d744e63d2dad6240c Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期一, 13 十一月 2023 09:04:41 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit_one.html | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit_one.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit_one.html index e8ea2a9..881641a 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit_one.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit_one.html @@ -7,7 +7,12 @@ <label class="col-sm-3 control-label">板块名称:</label> <div class="col-sm-9"> <input class="form-control" id="name" name="name" type="text" style="width: 400px;" value="${item.name}"> - + </div> + </div> + <div class="form-group" style="margin-left:-410px"> + <label class="col-sm-3 control-label">排序:</label> + <div class="col-sm-9"> + <input class="form-control" id="sort" name="name" type="text" value="${item.sort}" style="width: 400px;"> </div> </div> <div class="form-group" style="margin-left:-410px"> -- Gitblit v1.7.1