Lijy il y a 1 semaine
Parent
commit
73352414b2

+ 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;' },
 ]