From fd658508f4470f0c479b2a36738b0f50481cbbe9 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期六, 16 九月 2023 10:59:09 +0800 Subject: [PATCH] 后台代码 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/bodySideAppointment/TBodySideAppointment.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/bodySideAppointment/TBodySideAppointment.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/bodySideAppointment/TBodySideAppointment.html index 383eb7b..50be075 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/bodySideAppointment/TBodySideAppointment.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/bodySideAppointment/TBodySideAppointment.html @@ -56,9 +56,9 @@ </div> <div class="hidden-xs" style="margin-top: 10px" role="group"> <label>预约时间:</label> - <#button name="今日" icon="fa-search" clickFun="TQuestion.day(1)"/> - <#button name="明日" icon="fa-search" clickFun="TQuestion.day(2)"/> - <#button name="最近7天" icon="fa-search" clickFun="TQuestion.day(7)"/> + <#button name="今日" icon="fa-search" clickFun="TQuestion.search(1)"/> + <#button name="明日" icon="fa-search" clickFun="TQuestion.search(2)"/> + <#button name="最近7天" icon="fa-search" clickFun="TQuestion.search(7)"/> </div> <div style="margin-top: 10px" class="hidden-xs" id="TCouponTableToolbar" role="group"> -- Gitblit v1.7.1