Эх сурвалжийг харах

给分记录的表格里增加“路径”列

刘洋 2 жил өмнө
parent
commit
3893edc61e

+ 1 - 0
src/components/shared/MarkHistoryList.vue

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

+ 1 - 0
src/modules/quality/subjective-check/index.vue

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