4db82c85 by wang

Merge remote-tracking branch 'origin/develop' into develop

2 parents 9fb897b9 f5f9bb3d
......@@ -32,7 +32,7 @@
<th>罚息</th>
<th>滞纳金</th>
<th>期数</th>
<th>还款方式</th>
<!-- <th>还款方式</th>-->
<th>本期应还款日</th>
<th>实际还款日</th>
<th>是否逾期</th>
......@@ -71,8 +71,8 @@
{data: "interestPenalty"},//罚息
{data: "overdueFine"},//滞纳金
{data: "totalPeriods"},//期数
{data: "createTime"},//还款方式
{data: "createTime"},//本期应还款日
// {data: "createTime"},//还款方式
{data: "planRepaymentDate"},//本期应还款日
{data: "realRepaymentDate"},//实际还款日
{data: "hasDue"},//是否逾期
{data: "repayStatus"},//还款状态
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!