From ad678283c9a49e2ced077d8c6c8777420980ec86 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Sun, 14 Apr 2019 16:33:30 +0800 Subject: [PATCH] Remove id column for Post list. --- src/views/post/PostList.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/post/PostList.vue b/src/views/post/PostList.vue index 54274966..4fa40126 100644 --- a/src/views/post/PostList.vue +++ b/src/views/post/PostList.vue @@ -207,10 +207,6 @@ export default { }, // 表头 columns: [ - { - title: 'ID', - dataIndex: 'id' - }, { title: '标题', dataIndex: 'title'