Yansen 2 년 전
부모
커밋
be8038df57
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      resources/templates/common/common_list.html

+ 2
- 2
resources/templates/common/common_list.html 파일 보기

@@ -37,8 +37,8 @@
37 37
 		<div class="panel">
38 38
 			<div class="panel-body">
39 39
 				<div class="editBar" id="schBar">
40
-					<!-- <span class="btn-group"  id="btnSpan"> -->
41
-					<span class="btn-group"  id="btnSpan" th:if="${haveAuth != null && haveAuth == '1'}">
40
+					<span class="btn-group"  id="btnSpan">
41
+					<!-- <span class="btn-group"  id="btnSpan" th:if="${haveAuth != null && haveAuth == '1'}"> -->
42 42
 							<a class="btn btn-primary" onclick="toAdd();" id="addBtn"><i class="icon icon-plus"></i>添加</a>
43 43
 							<!-- <a class="btn btn-info" onclick="toUpdate();" id="updateBtn"><i class="icon icon-edit"></i> 编辑</a>
44 44
 							<a class="btn btn-danger" onclick="deleteObj();" id="deleteBtn"><i class="icon icon-trash"></i>删除</a> -->