Lijy 1 주 전
부모
커밋
73352414b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/project.js

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/project.js

@@ -40,6 +40,6 @@ export const summaryOverviewList = [
   { label: "已逾期", filed: 'timeupCount', style: 'color: red;' },
   { label: "待认领", filed: 'unassignCount', style: 'color: orange;' },
   { label: "今日到期", filed: 'todayTimeupCount', style: 'color: pink;' },
-  { label: "期完成", filed: 'timeupFinishCount', style: 'color: gray;' },
+  { label: "期完成", filed: 'timeupFinishCount', style: 'color: gray;' },
   { label: "时间待定", filed: 'timeunsetCount', style: 'color: black;' },
 ]