1
0

feat(all): 增加简单的任务管理

This commit is contained in:
2025-08-30 22:20:16 +08:00
parent 877f460c26
commit 334840c784
10 changed files with 98 additions and 138 deletions

View File

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