소스 검색

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

刘洋 1 년 전
부모
커밋
32b662b0a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/work-hours/work-hours-manage/work-attendance/index.vue

+ 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>