%@ page contentType="text/html;charset=UTF-8" %> <%@ include file="/WEB-INF/views/include/taglib.jsp"%>
收费项目名 | 金额 | 部门 | 排序字段 | 会员可见度 | 操作 |
---|---|---|---|---|---|
${fns:escapeHtml(paymentChargingItem.name)} | ${fns:escapeHtml(paymentChargingItem.price)} | ${fns:escapeHtml(paymentChargingItem.office.name)} | ${fns:escapeHtml(paymentChargingItem.sort)} | ${fns:getDictLabel(fns:escapeHtml(paymentChargingItem.visibility), 'charging_item_visibility', '')} |
|