李宇
2021-07-02 5758b702aceacd76f2a1e1a63d848cd4948e99e1
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"/>