refactor(web): 优化表详情显示

This commit is contained in:
2023-05-31 23:57:29 +08:00
parent 7c7b4e6d9b
commit 9d2c7995e9

View File

@@ -156,6 +156,7 @@ function tableTab() {
align: 'center',
...mappingField('syncRunning', tableRunningStateMapping),
className: 'bg-green-50',
width: 140,
},
{
name: 'source_start_time',
@@ -203,6 +204,7 @@ function tableTab() {
align: 'center',
...mappingField('compactionRunning', tableRunningStateMapping),
className: 'bg-cyan-50',
width: 140,
},
{
name: 'compaction_status',