| | |
| | | <h:outputText value="#{row.reagent!=null?row.reagent.name:''}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="产品编号"> |
| | | <h:outputText value="#{row.reagent.productSn}"/> |
| | | </p:column> |
| | | |
| | | <p:column headerText="CAS" width="80"> |
| | | <h:outputText value="#{row.reagent!=null?row.reagent.cas:''}"></h:outputText> |
| | | </p:column> |
| | |
| | | <p:column headerText="试剂名称"> |
| | | <h:outputText value="#{row.name}"></h:outputText> |
| | | </p:column> |
| | | <p:column headerText="产品编号"> |
| | | <h:outputText value="#{row.productSn}"/> |
| | | </p:column> |
| | | <p:column headerText="CAS"> |
| | | <h:outputText value="#{row.cas}"></h:outputText> |
| | | </p:column> |