更新
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
laydate.render({
|
||||
elem: '#serviceTime',
|
||||
type: 'datetime',
|
||||
format: 'yyyy-MM-dd HH'
|
||||
format: 'yyyy-MM-dd HH:mm'
|
||||
});
|
||||
})
|
||||
</script>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label">宠物大小</label>
|
||||
<div class="layui-input-inline">
|
||||
<input class="layui-input" type="text" name="size" placeholder="请输入宠物大小" th:value="${petGoods?.size}">
|
||||
<input class="layui-input" type="text" name="petSize" placeholder="请输入宠物大小" th:value="${petGoods?.petSize}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<th>宠物类型</th>
|
||||
<td th:text="${petGoods.petType}"></td>
|
||||
<th>宠物大小</th>
|
||||
<td th:text="${petGoods.size}"></td>
|
||||
<td th:text="${petGoods.petSize}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>宠物体重</th>
|
||||
|
||||
Reference in New Issue
Block a user