...
|
...
|
@@ -69,7 +69,7 @@ |
|
|
<th width="80">导入时间<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<input class="form-control" name="create_time" id="create_time"
|
|
|
value="{:date('Y-m-d H:i:s',time())}" required>
|
|
|
value="{:time()}" placeholder="{:date('Y-m-d H:i:s',time())}" required>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
...
|
...
|
|