Merge branch 'feature/new-sys' into 'release'
fix: 新增id展示 See merge request workbench/y-code!23
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
export const viewListCols = [
|
export const viewListCols = [
|
||||||
|
{ dataIndex: 'preview_id', title: 'id', align: 'center' },
|
||||||
{ dataIndex: 'preview_name', title: '视图名称', align: 'center' },
|
{ dataIndex: 'preview_name', title: '视图名称', align: 'center' },
|
||||||
{ dataIndex: 'created_at', title: '创建时间', align: 'center' },
|
{ dataIndex: 'created_at', title: '创建时间', align: 'center' },
|
||||||
{ dataIndex: 'action', title: '操作', align: 'center' },
|
{ dataIndex: 'action', title: '操作', align: 'center' },
|
||||||
|
|||||||
Reference in New Issue
Block a user