62c16297 by yangjianbin

init

1 parent bcf70108
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 <th>罚息</th> 29 <th>罚息</th>
30 <th>滞纳金</th> 30 <th>滞纳金</th>
31 <th>期数</th> 31 <th>期数</th>
32 <th>还款方式</th> 32 <!-- <th>还款方式</th>-->
33 <th>本期应还款日</th> 33 <th>本期应还款日</th>
34 <th>实际还款日</th> 34 <th>实际还款日</th>
35 <th>是否逾期</th> 35 <th>是否逾期</th>
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
69 {data: "interestPenalty"},//罚息 69 {data: "interestPenalty"},//罚息
70 {data: "overdueFine"},//滞纳金 70 {data: "overdueFine"},//滞纳金
71 {data: "totalPeriods"},//期数 71 {data: "totalPeriods"},//期数
72 {data: "createTime"},//还款方式 72 // {data: "createTime"},//还款方式
73 {data: "createTime"},//本期应还款日 73 {data: "planRepaymentDate"},//本期应还款日
74 {data: "realRepaymentDate"},//实际还款日 74 {data: "realRepaymentDate"},//实际还款日
75 {data: "hasDue"},//是否逾期 75 {data: "hasDue"},//是否逾期
76 {data: "dueDay"},//逾期天数 76 {data: "dueDay"},//逾期天数
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!