GZMachinesWeb/bin/WebContent/static/process/countTrain.jsp

22 lines
679 B
Plaintext
Raw Permalink Normal View History

2025-06-20 17:47:53 +08:00
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<!DOCTYPE html >
<html lang="en">
<head>
<%@include file="baseset.jsp" %>
<%@include file="systemset.jsp" %>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>变压器</title>
<style type="text/css">
</style>
<script src="${bonuspath}/static/plugins/echarts/2.2.7/echarts.js"></script>
<script src="${bonuspath}/static/plugins/echarts/2.2.7/echarts-all.js"></script>
</head>
<body>
<div id="trains" style="width: 750px;height:530px;"></div>
</body>
<script src="countTrain.js"></script>
<script type="text/javascript">
</script>
</html>