|
@@ -19,7 +19,7 @@ const props = defineProps<{
|
|
|
const { fetch: getTaskDetail, result: taskDetail } = useFetch('getTaskDetail')
|
|
|
|
|
|
const columns: EpTableColumn[] = [
|
|
|
- { label: '小组', prop: 'markingGroupNumbers' },
|
|
|
+ { label: '小组', prop: 'markingGroupNumber' },
|
|
|
{ label: '计划量', prop: 'markCount' },
|
|
|
{ label: '已完成量', prop: 'finishCount' },
|
|
|
]
|