You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
678 B
36 lines
678 B
export default [
|
|
{
|
|
key: 'categoryName',
|
|
title: '分类',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
fixed: false,
|
|
block: true,
|
|
width: 120
|
|
},
|
|
{
|
|
key: 'title',
|
|
title: '标题',
|
|
type: 'input',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
fixed: false,
|
|
block: true,
|
|
width: 150
|
|
},
|
|
{
|
|
key: 'updatedTime',
|
|
title: '更新时间',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
fixed: false,
|
|
block: true,
|
|
width: 80
|
|
},
|
|
{
|
|
key: 'createdName',
|
|
title: '创建人',
|
|
type: 'input',
|
|
display: ['formA', 'formU', 'table', 'model'],
|
|
fixed: false,
|
|
block: true,
|
|
width: 80
|
|
}
|
|
]
|
|
|