liujie
4 天以前 46ae91d150985e38ecec8768634cc1ee15c5151b
cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCupRecords/worldCupRecords.html
@@ -25,6 +25,9 @@
                        <#NameCon id="city" name="所在城市:" />
                      </div>
                      <div class="col-sm-3">
                        <#NameCon id="time" name="比赛日期:" />
                      </div>
                      <div class="col-sm-3">
                        <#button name="搜索" icon="fa-search" clickFun="WorldCupRecords.search1()"/>
                        <#button name="重置" icon="fa-trash" clickFun="WorldCupRecords.resetSearch1()" space="true"/>
                      </div>
@@ -89,5 +92,9 @@
  laydate.render({
    elem: '#endTime'
  });
  laydate.render({
    elem: '#time'
    ,range: true
  });
</script>
@}