mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 20:28:03 +08:00
[fix][UI]Add render to projects-overview table (#13305)
Co-authored-by: Jinwen Lai <lai.jinwen@vpclub.cn>
This commit is contained in:
parent
7027d3d768
commit
1edee6224c
@ -22,7 +22,7 @@ export function useTable() {
|
||||
const { t } = useI18n()
|
||||
|
||||
const columnsRef: TableColumns<any> = [
|
||||
{ title: '#', key: 'index' },
|
||||
{ title: '#', key: 'index', render: (row, index) => index + 1 },
|
||||
{ title: t('home.number'), key: 'number' },
|
||||
{ title: t('home.state'), key: 'state' }
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user