| | |
| | | </p:panelGrid> |
| | | </p:panel> |
| | | <p:panel styleClass="center-body"> |
| | | <p:panelGrid columns="5" styleClass="btn"> |
| | | <p:panelGrid columns="6" styleClass="btn"> |
| | | <p:commandButton value="新建" styleClass="new-btn" |
| | | process="@form" |
| | | actionListener="#{userMngController.onNewBtnClick}" |
| | |
| | | <p:outputLabel rendered="#{userMngController.isAccess('导入')}"> |
| | | <a href="resources/template/用户导入模板.xlsx" style="display: inline-block;"><img src="resources/images/xlsx.png" width="30px;" alt=""/></a> |
| | | </p:outputLabel> |
| | | <p:commandButton value="导出" styleClass="new-btn" ajax="false" actionListener="#{userMngController.exportLab2Excel}" |
| | | /> |
| | | <script> |
| | | function importUser(){ |
| | | $("#userMngForm\\:importUserBtn_input").click(); |