| | |
| | | <p:outputLabel value="课题编号:"></p:outputLabel> |
| | | <p:inputText value="#{projectMngController.projectId}"></p:inputText> |
| | | |
| | | <p:outputLabel value="课题名称:"></p:outputLabel> |
| | | <p:outputLabel value="课题组:"></p:outputLabel> |
| | | <p:inputText value="#{projectMngController.projectName}"></p:inputText> |
| | | |
| | | <p:outputLabel value="课题负责人:"></p:outputLabel> |
| | |
| | | <p:column headerText="课题编号"> |
| | | <h:outputText value="#{row.projectId}"></h:outputText> |
| | | </p:column> |
| | | <p:column headerText="课题名称"> |
| | | <p:column headerText="课题组"> |
| | | <h:outputText value="#{row.projectName}"></h:outputText> |
| | | </p:column> |
| | | <p:column headerText="课题负责人"> |
| | |
| | | </p:row> |
| | | <p:row> |
| | | <p:column> |
| | | <p:outputLabel value="课题名称"></p:outputLabel> |
| | | <p:outputLabel value="课题组"></p:outputLabel> |
| | | </p:column> |
| | | <p:column> |
| | | <p:inputText value="#{projectMngController.sysProject.projectName}"></p:inputText> |