xs vor 5 Jahren
Ursprung
Commit
ffa74eaea6
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      src/main/webapp/webpage/modules/sg/project/management.jsp

+ 4 - 4
src/main/webapp/webpage/modules/sg/project/management.jsp

@@ -76,9 +76,9 @@
                                        <table>
                                            <tbody>
                                            <tr>
-                                               <td> <input type="text" name="projectStartDate" id="beginDate1"  placeholder="yyyy-MM-dd" autocomplete="off" class="layui-input input-meself-time"></td>
+                                               <td> <input type="text" name="projectStartDate" id="beginDate1"  placeholder="开始时间" autocomplete="off" class="layui-input input-meself-time"></td>
                                                <td>~</td>
-                                               <td> <input type="text" name="projectEndDate" id="endDate1"  placeholder="yyyy-MM-dd" autocomplete="off" class="layui-input input-meself-time"></td>
+                                               <td> <input type="text" name="projectEndDate" id="endDate1"  placeholder="结束时间" autocomplete="off" class="layui-input input-meself-time"></td>
                                            </tr>
                                            </tbody>
                                        </table>
@@ -112,9 +112,9 @@
                                        <table>
                                            <tbody>
                                            <tr>
-                                               <td><input type="text" name="itemStartDate" id="beginDate2"  placeholder="yyyy-MM-dd" autocomplete="off" class="layui-input input-meself-time"></td>
+                                               <td><input type="text" name="itemStartDate" id="beginDate2"  placeholder="开始时间" autocomplete="off" class="layui-input input-meself-time"></td>
                                                <td>~</td>
-                                               <td> <input type="text" name="itemEndDate" id="endDate2"  placeholder="yyyy-MM-dd" autocomplete="off" class="layui-input input-meself-time"></td>
+                                               <td> <input type="text" name="itemEndDate" id="endDate2"  placeholder="结束时间" autocomplete="off" class="layui-input input-meself-time"></td>
                                            </tr>
                                            </tbody>
                                        </table>