Ver código fonte

Merge branch 'release_v1.0.1' of http://git.qmth.com.cn/sop/web into release_v1.0.1

刘洋 1 ano atrás
pai
commit
32b662b0a5

+ 1 - 1
src/views/work-hours/work-hours-manage/work-attendance/index.vue

@@ -37,7 +37,7 @@
           <span>已提交:{{ statisticsInfo.submitCount }}</span>
           <span>待提交:{{ statisticsInfo.willSubmitCount }}</span>
           <span>累计人天:{{ statisticsInfo.totalActualDays }}天</span>
-          <span>累计工时:{{ statisticsInfo.totalWorkHours }}小时</span>
+          <span>累计工时:{{ statisticsInfo.totalWorkHours.toFixed(1) }}小时</span>
           <template #separator>
             <t-divider layout="vertical" />
           </template>