|
@@ -615,7 +615,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
const openChangeState = <%- ctx.subProject.page_show.openChangeState ? true : false %>;
|
|
const openChangeState = <%- ctx.subProject.page_show.openChangeState ? true : false %>;
|
|
|
- const startLimit = 9;
|
|
|
|
|
|
|
+ const startLimit = 10;
|
|
|
const settleStatus = JSON.parse('<%- JSON.stringify(settleStatus) %>');
|
|
const settleStatus = JSON.parse('<%- JSON.stringify(settleStatus) %>');
|
|
|
const removeSettleNum = <%- removeSettleNum %>;
|
|
const removeSettleNum = <%- removeSettleNum %>;
|
|
|
if (removeSettleNum > 0) {
|
|
if (removeSettleNum > 0) {
|