diff --git a/front/src/assets/newHome/add-on.png b/front/src/assets/newHome/add-on.png new file mode 100644 index 00000000..7bc620d6 Binary files /dev/null and b/front/src/assets/newHome/add-on.png differ diff --git a/front/src/assets/newHome/add.png b/front/src/assets/newHome/add.png new file mode 100644 index 00000000..61d40dbc Binary files /dev/null and b/front/src/assets/newHome/add.png differ diff --git a/front/src/assets/newHome/delete-on.png b/front/src/assets/newHome/delete-on.png new file mode 100644 index 00000000..0349bf9d Binary files /dev/null and b/front/src/assets/newHome/delete-on.png differ diff --git a/front/src/router/index.js b/front/src/router/index.js index 8e3724b6..55db89b0 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -109,6 +109,16 @@ export const constantRoutes = [ icon: 'error-warning-line', }, }, + { + path: '/algorithmCompare', + name: 'algorithmCompare', + hidden: true, + component: () => import('@/views/home/algorithmCompare'), + meta: { + title: '算法对比', + icon: 'error-warning-line', + }, + }, { path: '/addApplication', name: 'addApplication', diff --git a/front/src/views/home/algorithmCompare.vue b/front/src/views/home/algorithmCompare.vue index 8cce4d95..e679fc0b 100644 --- a/front/src/views/home/algorithmCompare.vue +++ b/front/src/views/home/algorithmCompare.vue @@ -2,47 +2,34 @@
+
-
- {{ data.title }} + {{ data }}
- {{ `共选取${getLength(detailArray)}个算法` }} + + {{ `共选取${selectedRowKeys.length}个算法` }} +
{{ item.name || '--' }} - - - - - - - - + + + +
@@ -50,7 +37,20 @@
{{ data.title }}
- + +
+
+
+
{{ item }}
+
+
{{ d }} +
+
+
+
+
+
暂无数据
@@ -59,7 +59,7 @@
- {{ item || '--' }} + {{ item }}
@@ -69,31 +69,30 @@
- - + +
- \ No newline at end of file diff --git a/front/src/views/home/components/CompareGroupView.vue b/front/src/views/home/components/CompareGroupView.vue index ac15a438..afc7c516 100644 --- a/front/src/views/home/components/CompareGroupView.vue +++ b/front/src/views/home/components/CompareGroupView.vue @@ -1,77 +1,103 @@ - +', tableArray); - }) + --> - - \ No newline at end of file