From 098c4cc93cf9b0d4def9209168cdcc23e15ddd96 Mon Sep 17 00:00:00 2001 From: sy2084 Date: Fri, 9 Aug 2024 17:05:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=A2=9Eid=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/view-all-manage/view-list/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/view-all-manage/view-list/config.ts b/src/views/view-all-manage/view-list/config.ts index e0fcb79..316744c 100644 --- a/src/views/view-all-manage/view-list/config.ts +++ b/src/views/view-all-manage/view-list/config.ts @@ -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' },