|
@@ -11,8 +11,8 @@ export const columns = [
|
|
|
slotName: 'state',
|
|
|
width:200
|
|
|
},
|
|
|
- { title: '更新时间', dataIndex: 'updatedAt', align: 'center', width:200 },
|
|
|
- { title: '创建时间', dataIndex: 'createdAt', align: 'center', width:200 },
|
|
|
+ { title: '更新时间', dataIndex: 'updated_at', align: 'center', width:200 },
|
|
|
+ { title: '创建时间', dataIndex: 'created_at', align: 'center', width:200 },
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'id',
|