kdayun-template/modules/kdayun-app/src/main/resources/view/manager/home/warn.ftl

28 lines
530 B
Plaintext
Raw Normal View History

2022-02-19 20:28:01 +08:00
<!DOCTYPE html>
<html>
<head>
<title>预警信息</title>
<#include "base/pageheader.ftl" />
</head>
<style>
.view {
height: 100%;
background-color: white;
}
</style>
<body>
<div class="view">
<table class="layui-table" id="warn">
</table>
</div>
<#include "base/pagefoot.ftl" />
<script type="text/javascript"
src="${request.contextPath}/static/modules/manager/home/warn.js?v=<@configVersion suosxt='CORE'> </@configVersion>"></script>
</body>
</html>