草稿列表字段调整
This commit is contained in:
parent
52f8258753
commit
f02781bd0b
@ -209,15 +209,15 @@ const columnDefs: QTableColumn[] = [
|
||||
// align: 'center',
|
||||
// },
|
||||
{
|
||||
name: 'createdAt',
|
||||
name: 'created_at',
|
||||
label: '创建时间',
|
||||
field: 'createdAt',
|
||||
field: 'created_at',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
name: 'updateAt',
|
||||
name: 'update_at',
|
||||
label: '更新时间',
|
||||
field: 'updateAt',
|
||||
field: 'update_at',
|
||||
align: 'center',
|
||||
},
|
||||
{ name: 'operations', label: '操作', field: 'operations', align: 'center' },
|
||||
|
Loading…
Reference in New Issue
Block a user