mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
(feature)(webapp) modify view to dataSet
This commit is contained in:
@@ -57,9 +57,9 @@ const PluginManage = () => {
|
||||
key: 'name',
|
||||
},
|
||||
{
|
||||
title: '视图',
|
||||
dataIndex: 'viewList',
|
||||
key: 'viewList',
|
||||
title: '数据集',
|
||||
dataIndex: 'dataSetList',
|
||||
key: 'dataSetList',
|
||||
width: 200,
|
||||
render: (value: number[]) => {
|
||||
if (value?.includes(-1)) {
|
||||
|
||||
Reference in New Issue
Block a user