3ffc92ab by wang

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

2 parents d8ec0cfe 436fb5c9
......@@ -34,7 +34,7 @@
<th>实际还款日</th>
<th>是否逾期</th>
<th>逾期天数</th>
<th>未还总金额</th>
<!-- <th>未还总金额</th>-->
<th>起诉状态</th>
</tr>
</thead>
......@@ -74,7 +74,7 @@
{data: "realRepaymentDate"},//实际还款日
{data: "hasDue"},//是否逾期
{data: "dueDay"},//逾期天数
{data: "createTime"},//未还款总金额
// {data: "createTime"},//未还款总金额
{data: "prosecuteStatus"},//起诉状态
]
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!