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'