|
@@ -26,7 +26,7 @@
|
|
|
<span>已提交:{{ statisticsInfo.submitted }}</span>
|
|
|
<span>待提交:{{ statisticsInfo.unSubmitted }}</span>
|
|
|
<span>已提交累计人天:{{ statisticsInfo.allDays }}天</span>
|
|
|
- <span>已提交累计工时:{{ statisticsInfo.allHours }}小时</span>
|
|
|
+ <span>已提交累计工时:{{ statisticsInfo.allHours?.toFixed(1) }}小时</span>
|
|
|
<template #separator>
|
|
|
<t-divider layout="vertical" />
|
|
|
</template>
|