From 46ae91d150985e38ecec8768634cc1ee15c5151b Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期四, 07 八月 2025 19:02:06 +0800 Subject: [PATCH] 赛事模块 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup.html | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup.html index 023a2d8..0998b88 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup.html @@ -22,6 +22,20 @@ <div class="input-group"> <div class="input-group-btn open"> <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button" aria-expanded="true"> + 赛事类别: + </button> + </div> + <select class="form-control" id="type"> + <option value="">全部</option> + <option value="1">智慧赛事</option> + <option value="2">非智慧赛事</option> + </select> + </div> + </div> + <div class="col-sm-3"> + <div class="input-group"> + <div class="input-group-btn open"> + <button data-toggle="dropdown" class="btn btn-white dropdown-toggle" type="button" aria-expanded="true"> 状态 </button> </div> -- Gitblit v1.7.1