| | |
| | | <p:panel styleClass="center-body"> |
| | | <p:panelGrid columns="5" styleClass="btn"> |
| | | <p:commandButton value="导出" styleClass="new-btn" ajax="false" actionListener="#{hazardousWasteController.export2Excel}" /> |
| | | <p:commandButton value="取消" styleClass="del-btn" ajax="false" actionListener="#{hazardousWasteController.cancelOne}" /> |
| | | <p:commandButton value="恢复" styleClass="edit-btn" ajax="false" actionListener="#{hazardousWasteController.recoverOne}" /> |
| | | </p:panelGrid> |
| | | <p:dataTable id="hazardousWasteInfoMngDataTable" |
| | | styleClass="data-table" |
| | |
| | | paginatorAlwaysVisible="false" |
| | | paginatorPosition="bottom" |
| | | lazy="true" value="#{hazardousWasteController.dataModel}" |
| | | selection="#{hazardousWasteController.selectedOne}" |
| | | var="row" |
| | | rowKey="#{row.id}" |
| | | emptyMessage="无数据" |