소스 검색

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