WANGKANG 3 сар өмнө
parent
commit
3e93f505ba

+ 7 - 0
src/views/demo/AlgorithmConfigTrack/index.vue

@@ -158,6 +158,13 @@ const columns = reactive<ColumnProps<any>[]>([
     },
     width: 120
   },
+  {
+    prop: 'algorithmName',
+    label: '算法名称',
+    search: {
+      el: 'input'
+    }
+  },
   {
     prop: 'startApi',
     label: '开始api',