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