@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/vue.svg" />
+ <link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= title %></title>
</head>
@@ -391,43 +391,39 @@ const columns = reactive<ColumnProps<any>[]>([
// },
{
prop: 'parameters',
- label: '调用算法时所用的参数',
- width: 120
+ label: '调用算法时所用的参数'
},
prop: 'preprocessPath',
- label: '预处理数据路径',
+ label: '预处理数据路径'
prop: 'resultPath',
- label: '结果数据路径',
+ label: '结果数据路径'
prop: 'index',
label: '序号',
width: 120
- {
- prop: 'startTime',
- label: '开始时间',
- },
- prop: 'endTime',
- label: '结束时间',
- prop: 'costSecond',
- label: '耗时',
+ // {
+ // prop: 'startTime',
+ // label: '开始时间',
+ // width: 120
+ // },
+ // prop: 'endTime',
+ // label: '结束时间',
+ // prop: 'costSecond',
+ // label: '耗时',
prop: 'log',
- label: '日志',
+ label: '日志'
{ prop: 'operation', label: '操作', width: 230, fixed: 'right' }
])
@@ -162,28 +162,28 @@ const columns = reactive<ColumnProps<any>[]>([
// prop: 'parameters',
// label: '调用算法时所用的参数'
- search: {
- el: 'date-picker',
- props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' }
- label: '耗时'
+ // search: {
+ // el: 'date-picker',
+ // props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' }
+ // label: '耗时'
{ prop: 'operation', label: '操作', width: 270, fixed: 'right' }
// 表单配置项