Remove id column for Post list.

pull/3445/head
ruibaby 2019-04-14 16:33:30 +08:00
parent 3f454a75bf
commit ad678283c9
1 changed files with 0 additions and 4 deletions

View File

@ -207,10 +207,6 @@ export default {
},
//
columns: [
{
title: 'ID',
dataIndex: 'id'
},
{
title: '标题',
dataIndex: 'title'