Skip to content

Commit a49ab8f

Browse files
committed
style: 模板删除多余btn-del
1 parent 7cf38de commit a49ab8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ruoyi-generator/src/main/resources/vm/html/list.html.vm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<th:block th:include="include :: header('${tableComment}列表')" />
55
</head>
66
<body class="gray-bg">
7-
87
<div class="container-div">
98
<div class="row">
109
<div class="col-sm-12 search-collapse">
@@ -54,7 +53,7 @@
5453
<a class="btn btn-primary btn-edit disabled" onclick="$.operate.edit()" shiro:hasPermission="${moduleName}:${classname}:edit">
5554
<i class="fa fa-edit"></i> 修改
5655
</a>
57-
<a class="btn btn-danger btn-del btn-del disabled" onclick="$.operate.removeAll()" shiro:hasPermission="${moduleName}:${classname}:remove">
56+
<a class="btn btn-danger btn-del disabled" onclick="$.operate.removeAll()" shiro:hasPermission="${moduleName}:${classname}:remove">
5857
<i class="fa fa-remove"></i> 删除
5958
</a>
6059
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="${moduleName}:${classname}:export">

0 commit comments

Comments
 (0)