diff --git a/front/src/views/home/algorithmCompare.vue b/front/src/views/home/algorithmCompare.vue new file mode 100644 index 00000000..1f8381c3 --- /dev/null +++ b/front/src/views/home/algorithmCompare.vue @@ -0,0 +1,670 @@ + + + + + 能力集市 / 算法对比 + + + + {{ data.title }} + + + + + + {{ `共选取${getLength(detailArray)}个算法` }} + + + {{ item.name || '--' }} + + + + + + + + + + + + + {{ data.title }} + + + + + + + {{ rowData.name }} + + + + {{ item || '--' }} + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/front/src/views/home/components/CompareGroupView.vue b/front/src/views/home/components/CompareGroupView.vue new file mode 100644 index 00000000..ac15a438 --- /dev/null +++ b/front/src/views/home/components/CompareGroupView.vue @@ -0,0 +1,110 @@ + + + + + {{ item }} + + {{ d || '--' }} + + + + + + + + \ No newline at end of file