feat(all): 增加简单的任务管理
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from 'react'
|
||||
import {amisRender, commonInfo, crudCommonOptions, paginationTemplate, remoteMappings} from '../../util/amis.tsx'
|
||||
import {amisRender, commonInfo, crudCommonOptions, paginationTemplate, remoteMappings, time} from '../../util/amis.tsx'
|
||||
import {useNavigate} from 'react-router'
|
||||
|
||||
function TaskList() {
|
||||
@@ -69,12 +69,16 @@ function TaskList() {
|
||||
{
|
||||
name: 'launchedTime',
|
||||
label: '启动时间',
|
||||
width: 100,
|
||||
width: 150,
|
||||
align: 'center',
|
||||
...time('launchedTime'),
|
||||
},
|
||||
{
|
||||
name: 'finishedTime',
|
||||
label: '结束时间',
|
||||
width: 100,
|
||||
width: 150,
|
||||
align: 'center',
|
||||
...time('finishedTime'),
|
||||
},
|
||||
{
|
||||
type: 'operation',
|
||||
|
||||
Reference in New Issue
Block a user