695a135d by wang

init

1 parent 46cbabc5
...@@ -120,7 +120,8 @@ ...@@ -120,7 +120,8 @@
120 return ''; 120 return '';
121 return getNowFormatDate(new Date(parseInt(data.realRepaymentDate))); 121 return getNowFormatDate(new Date(parseInt(data.realRepaymentDate)));
122 }},//计划还款日期 122 }},//计划还款日期
123 {data: "repayStatus"},//还款状态 123 // {data: "repayStatus"},//还款状态
124 {name: "status", data: "repayStatus"},//还款状态
124 {data: "totalPeriods"},//总期数 125 {data: "totalPeriods"},//总期数
125 ] 126 ]
126 }); 127 });
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!