This commit is contained in:
yan.y
2025-03-14 14:56:58 +08:00
parent a982953513
commit 7f87d06ca8
8 changed files with 13 additions and 5 deletions
@@ -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>