|
@@ -76,9 +76,9 @@
|
|
<table>
|
|
<table>
|
|
<tbody>
|
|
<tbody>
|
|
<tr>
|
|
<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>~</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>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
@@ -112,9 +112,9 @@
|
|
<table>
|
|
<table>
|
|
<tbody>
|
|
<tbody>
|
|
<tr>
|
|
<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>~</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>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|