| | |
| | | <p:tabView dynamic="true" style="margin-left: 26px"> |
| | | <p:tab title="我的收藏"> |
| | | <h:form id="myFavor"> |
| | | <p:panelGrid style="margin: 5px"> |
| | | <div class="label-tip" style="margin-left: 5px; ">注意:已经收藏的试剂不会再出现在<span style="font-weight: 900;">*试剂库*</span>页面中</div> |
| | | </p:panelGrid> |
| | | <p:dataTable id="favorDataTable" styleClass="data-table" style="margin-left: 2px" |
| | | resizableColumns="true" paginator="true" paginatorAlwaysVisible="false" paginatorPosition="bottom" |
| | | lazy="true" value="#{applyMngController.reagentFavorDataModel}" var="row" rowKey="#{row.id}" |