删除所有console.log输出,优化评查结果的表格的显示,添加新的页码获取逻辑
This commit is contained in:
@@ -225,7 +225,7 @@ export async function getHomeData(): Promise<HomeStatistics> {
|
||||
? parseFloat(((lastMonthTotal / lastMonthReviewed) * 100).toFixed(1))
|
||||
: 0;
|
||||
|
||||
console.log('上个月-------', lastMonthPassRate);
|
||||
// console.log('上个月-------', lastMonthPassRate);
|
||||
|
||||
// 计算通过率同比增长
|
||||
let passRateGrowthValue = 0;
|
||||
@@ -242,8 +242,8 @@ export async function getHomeData(): Promise<HomeStatistics> {
|
||||
passRateGrowthIsUp = true;
|
||||
}
|
||||
|
||||
console.log('上月通过率-------', lastMonthPassRate);
|
||||
console.log('本月通过率-------', monthlyPassRate);
|
||||
// console.log('上月通过率-------', lastMonthPassRate);
|
||||
// console.log('本月通过率-------', monthlyPassRate);
|
||||
|
||||
// 4. 检查出的问题总数(从评估结果表中统计)
|
||||
const thisMonthIssuesParams: PostgrestParams = {
|
||||
|
||||
Reference in New Issue
Block a user