@@ -102,6 +102,7 @@ const columns = computed<EpTableColumn<ExtractArrayValue<ExtractApiResponse<'get
},
{ label: '类型', prop: 'historyType' },
+ { label: '路径', prop: 'source' },
{ label: '评卷时间', prop: 'markTime', width: 130 },
]
)
@@ -164,6 +164,7 @@ const currentHistoryColumns = computed(() => [
])