lyfO_o
2021-09-16 0dfab938c5116c8fa0191cadf36a47f5bb4f2936
src/main/webapp/personal_use_info.xhtml
@@ -66,9 +66,9 @@
               <p:inputText value="#{personalUseInfoController.department}"/>
               <p:outputLabel for="startTime" value="开始时间:" />
               <p:calendar id="startTime" value="#{personalUseInfoController.startTime}" pattern="yyyy-MM-dd HH:mm" />
               <p:calendar id="startTime" value="#{personalUseInfoController.startTime}" />
               <p:outputLabel for="endTime" value="截止时间:" />
               <p:calendar id="endTime" value="#{personalUseInfoController.endTime}" pattern="yyyy-MM-dd HH:mm" />
               <p:calendar id="endTime" value="#{personalUseInfoController.endTime}" />
               <p:commandLink styleClass="search" process="@form" update="@form"/>