Auto Commit

上级 cb529f1b
export const tableColumns= [{ export const tableColumns= [
{
title: '序号',
dataIndex: 'index',
fixed: true
}, {
title: '文章名称', title: '文章名称',
dataIndex: 'title', dataIndex: 'title',
fixed: true fixed: true
...@@ -35,4 +40,5 @@ export const tableColumns= [{ ...@@ -35,4 +40,5 @@ export const tableColumns= [{
}, { }, {
title: '操作', title: '操作',
key: 'option', key: 'option',
fixed: true
}] }]
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册