|
@@ -715,7 +715,7 @@ const columns = reactive<ColumnProps<any>[]>([
|
|
|
},
|
|
|
{
|
|
|
prop: 'inputImagePath',
|
|
|
- label: '预处理数据路径'
|
|
|
+ label: '剩余任务数'
|
|
|
},
|
|
|
{
|
|
|
prop: 'outputImagePath',
|
|
@@ -736,7 +736,7 @@ const columns = reactive<ColumnProps<any>[]>([
|
|
|
},
|
|
|
{
|
|
|
prop: 'costSecond',
|
|
|
- label: '耗时(ms)'
|
|
|
+ label: '耗时'
|
|
|
},
|
|
|
{
|
|
|
prop: 'log',
|
|
@@ -806,10 +806,10 @@ const setItemsOptions = () => {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- label: '预处理数据路径',
|
|
|
+ label: '剩余任务数',
|
|
|
prop: 'inputImagePath',
|
|
|
compOptions: {
|
|
|
- placeholder: '请输入预处理数据路径'
|
|
|
+ placeholder: '剩余任务数'
|
|
|
}
|
|
|
},
|
|
|
{
|