META-INF.resources.WEB-INF.jsp.entity.address-admin-list.jsp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ajaxjs-framework2 Show documentation
Show all versions of ajaxjs-framework2 Show documentation
AJAXJS aims to full-stack, not only the server-side framework,
but also integrates the front-end library. It's written in HTML5 + Java, a successor to the JVM platform, efficient, secure, stable, cross-platform and many other advantages, but it abandoned the traditional enterprise architecture brought about by the large and bloated,
emphasizing the lightweight, and fast, very suitable for the Internet fast application.
The newest version!
<%@page pageEncoding="UTF-8"%>
<%@taglib uri="/ajaxjs" prefix="c"%>
用户地址簿一览
#
收货人姓名
手机/固话
省市区
收货地址
是否默认
用户
控制
点击“用户”记录可以过滤显示特定的数据。
${current.id}
${current.name}
${current.mobile}
${current.phone}
${current.address}
${current.isDefault ? '是' : '否'}
${not empty current.username ? current.username : (not empty current.userIdName ? current.userIdName : '#'.concat(current.userId))}
用户详情
删 除
<%@include file="/WEB-INF/jsp/pager.jsp" %>