Merge remote-tracking branch 'origin/feature/v1.2灵机空间-内容上传审核_rxd' into test
This commit is contained in:
@ -30,7 +30,7 @@ export const TABLE_COLUMNS1 = [
|
||||
},
|
||||
{
|
||||
title: '上传时间',
|
||||
dataIndex: 'updated_at',
|
||||
dataIndex: 'created_at',
|
||||
width: 180,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
|
||||
@ -35,7 +35,7 @@ export const TABLE_COLUMNS = [
|
||||
},
|
||||
{
|
||||
title: '上传时间',
|
||||
dataIndex: 'updated_at',
|
||||
dataIndex: 'created_at',
|
||||
width: 180,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
|
||||
@ -30,7 +30,7 @@ export const TABLE_COLUMNS1 = [
|
||||
},
|
||||
{
|
||||
title: '上传时间',
|
||||
dataIndex: 'updated_at',
|
||||
dataIndex: 'created_at',
|
||||
width: 180,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
|
||||
@ -40,7 +40,7 @@ export const TABLE_COLUMNS = [
|
||||
},
|
||||
{
|
||||
title: '上传时间',
|
||||
dataIndex: 'updated_at',
|
||||
dataIndex: 'created_at',
|
||||
width: 180,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
|
||||
Reference in New Issue
Block a user