fix: 新增id展示

This commit is contained in:
sy2084 2024-08-09 17:05:41 +08:00
parent 4fec5b0804
commit 098c4cc93c

View File

@ -1,4 +1,5 @@
export const viewListCols = [
{ dataIndex: 'preview_id', title: 'id', align: 'center' },
{ dataIndex: 'preview_name', title: '视图名称', align: 'center' },
{ dataIndex: 'created_at', title: '创建时间', align: 'center' },
{ dataIndex: 'action', title: '操作', align: 'center' },