Browse Source

fix: 算法名称

WANGKANG 3 tháng trước cách đây
mục cha
commit
3e93f505ba
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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',