(feature)(webapp) modify view to dataSet

This commit is contained in:
williamhliu
2024-03-04 10:30:13 +08:00
parent 32338070cc
commit b29e429271
15 changed files with 35 additions and 92 deletions

View File

@@ -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)) {