作者 sgj
1 个管道 的构建 失败 耗费 10 秒

志愿者修改

... ... @@ -25,7 +25,7 @@
<tr>
<th width="100">活动日期<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" name="date"
<input class="form-control js-date" type="text" name="date"
type="time" id="title" value="{$data.date}" placeholder="请输入"/>
</td>
</tr>
... ... @@ -47,7 +47,7 @@
<tr>
<th width="100">开始打卡时间<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" name="start_clock_time"
<input class="form-control" type="time" name="start_clock_time"
type="time" id="title" value="{$data.start_clock_time}" placeholder="请输入"/>
</td>
</tr>
... ... @@ -55,7 +55,7 @@
<tr>
<th width="100">结束打卡时间<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" name="end_clock_time"
<input class="form-control date-time" type="time" name="end_clock_time"
type="time" value="{$data.end_clock_time}" placeholder="请输入"/>
</td>
</tr>
... ... @@ -63,7 +63,7 @@
<tr>
<th width="100">用户开始打卡时间<span class="form-required">*</span></th>
<td>
<input class="form-control" type="text" name="user_start"
<input class="form-control js-bootstrap-datetime" type="text" name="user_start"
type="time" id="title" value="{$data.user_start}" placeholder="请输入"/>
</td>
</tr>
... ... @@ -73,7 +73,7 @@
<td>
<if condition="empty($data.user_end)">
<input class="form-control" type="text" name="user_end"
<input class="form-control js-bootstrap-datetime" type="text" name="user_end"
type="time" value="" placeholder="请输入"/>
<else />
... ...