mirror of https://github.com/halo-dev/halo
Remove id column for Post list.
parent
3f454a75bf
commit
ad678283c9
|
@ -207,10 +207,6 @@ export default {
|
||||||
},
|
},
|
||||||
// 表头
|
// 表头
|
||||||
columns: [
|
columns: [
|
||||||
{
|
|
||||||
title: 'ID',
|
|
||||||
dataIndex: 'id'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: '标题',
|
title: '标题',
|
||||||
dataIndex: 'title'
|
dataIndex: 'title'
|
||||||
|
|
Loading…
Reference in New Issue