浏览代码

fix: 算法名称

WANGKANG 5 月之前
父节点
当前提交
3e93f505ba
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/demo/AlgorithmConfigTrack/index.vue

+ 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',