File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
ruoyi-generator/src/main/resources/vm/html Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 4
4
<th:block th:include="include :: header('${tableComment}列表')" />
5
5
</head>
6
6
<body class="gray-bg">
7
-
8
7
<div class="container-div">
9
8
<div class="row">
10
9
<div class="col-sm-12 search-collapse">
54
53
<a class="btn btn-primary btn-edit disabled" onclick="$.operate.edit()" shiro:hasPermission="${moduleName}:${classname}:edit">
55
54
<i class="fa fa-edit"></i> 修改
56
55
</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">
58
57
<i class="fa fa-remove"></i> 删除
59
58
</a>
60
59
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="${moduleName}:${classname}:export">
You can’t perform that action at this time.
0 commit comments