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