1.31 财务分析,财务数据模块完善,产业链桑基图展示
This commit is contained in:
@@ -167,7 +167,6 @@ function getChineseTimeStrByHour(h)
|
||||
}
|
||||
let day = parseInt(h/24)
|
||||
let hour = parseInt(h%24)
|
||||
console.log(day,hour)
|
||||
return (day>0?(day+'天'):'')+(hour>0?(hour+'小时'):'')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user