<%@ page contentType="text/html;charset=UTF-8" language="java"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> <% String base = pageContext.getServletContext().getContextPath(); %> call
新增经销商 导出数据 导入数据 批量删除 删除全部 共有数据:${pageInfo.total }
编号 经销商名称 经销商地址 联系方式 纬度 经度 所属城市 经销商等级 操作
${item.id } ${item.name } ${item.address } ${item.phone } ${item.latitude } ${item.longitude } ${item.city } ${item.sort }