From 19251fb5596415bfa83c51b8ed130ecbb31644ce Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期一, 09 十月 2023 18:31:30 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/PlayPai

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html
index eecc8ce..ebd2f96 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html
@@ -175,10 +175,10 @@
 <link rel="stylesheet" href="${ctxPath}/js/elementui/index.css">
 <script>
     laydate.render({
-        elem: '#time',
-        range:true
+        elem: '#time'
+        ,type: 'time',format: "HH:mm"
+        ,range: true
     });
-
     var vue2 = new Vue({
         el: '#app1',
         props: {

--
Gitblit v1.7.1