rushfee/resource/html/bureau/hotlog.html

31 lines
916 B
HTML

<html login="false" auth="false">
<head>
<meta charset="UTF-8">
<title>催缴记录</title>
</head>
<body>
<div widget="autosize">
<div widget="datagrid" name="grid" style="width: 100%; height: 100%;" url="rush/hot/gethotloglist" multiSelect="true" >
<div type="indexcolumn" width="5" header="序号"></div>
<div field="create_name" width="20" align="center" header="操作人"></div>
<div field="create_time" width="13" align="center" header="更新日期"></div>
<div field="the_level" width="10" header="更新前等级"></div>
<div field="now_level" width="10" align="center" header="更改后等级"></div>
<div field="remark" width="80" align="center" header="描述"></div>
</div>
</div>
</body>
<script type="text/javascript">
var grid = aos.get('grid');
function init(param){
var grid = aos.get('grid');
grid.load(param);
}
</script>
</html>