|
@@ -22,6 +22,7 @@
|
|
|
}
|
|
|
</style>
|
|
|
<body>
|
|
|
+ <sys:message content="${message}"/>
|
|
|
<!-----------本体部分--------->
|
|
|
<fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
|
|
|
<legend>本体部分</legend>
|
|
@@ -29,7 +30,7 @@
|
|
|
<div class="" style="margin-left: 10px;margin-right: 10px;margin-top: 10px;">
|
|
|
<%--<button type="button" class="layui-btn layui-btn-fluid btn_out" onclick="export()">导出</button>--%>
|
|
|
<c:forEach items="${map.list1}" var="data1" varStatus="index">
|
|
|
- <a class="layui-btn" href="${ctx}/jkxl/export?id=${data1.id}">导入</a>
|
|
|
+ <a class="layui-btn" href="${ctx}/jkxl/export?id=${data1.id}">导出</a>
|
|
|
</c:forEach>
|
|
|
<%--<table:importExcel url="${ctx}/propertycostreminder/propertyCostReminder/import"></table:importExcel>--%>
|
|
|
<table id="table1" class="layui-table" lay-filter="table1"></table>
|