修复新增、导入按钮class属性

This commit is contained in:
李皓宸
2019-05-10 15:57:56 +08:00
parent 48806bd775
commit 54333afe0b
75 changed files with 103 additions and 103 deletions

View File

@@ -42,7 +42,7 @@ function checkNum(obj) {
<div class="theme-panel hidden-xs hidden-sm">
<button type="button" class="btn btn-default" onclick="javascript:window.location='${ctx}/systemService/list'"><spring:message code="refresh"></spring:message></button>
<shiro:hasPermission name="system:service:edit">
<button type="button" class="btn btn-primary addId" onClick="javascript:window.location='${ctx}/systemService/systemServiceform'"><spring:message code="add"></spring:message></button>
<button type="button" class="addId btn btn-primary" onClick="javascript:window.location='${ctx}/systemService/systemServiceform'"><spring:message code="add"></spring:message></button>
</shiro:hasPermission>
</div>