所有新增、导入按钮分别增加class属性

This commit is contained in:
wangwei
2019-05-07 14:02:06 +08:00
parent 33fd4df21d
commit dde951fe4a
79 changed files with 550 additions and 550 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" onClick="javascript:window.location='${ctx}/systemService/systemServiceform'"><spring:message code="add"></spring:message></button>
<button type="button" class="btn btn-primary addId" onClick="javascript:window.location='${ctx}/systemService/systemServiceform'"><spring:message code="add"></spring:message></button>
</shiro:hasPermission>
</div>