perf: 上传时间字段修改

This commit is contained in:
rd
2025-08-15 17:55:44 +08:00
parent a88b459688
commit 438e8eac80
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ export const TABLE_COLUMNS1 = [
},
{
title: '上传时间',
dataIndex: 'updated_at',
dataIndex: 'created_at',
width: 180,
sortable: {
sortDirections: ['ascend', 'descend'],

View File

@ -35,7 +35,7 @@ export const TABLE_COLUMNS = [
},
{
title: '上传时间',
dataIndex: 'updated_at',
dataIndex: 'created_at',
width: 180,
sortable: {
sortDirections: ['ascend', 'descend'],

View File

@ -30,7 +30,7 @@ export const TABLE_COLUMNS1 = [
},
{
title: '上传时间',
dataIndex: 'updated_at',
dataIndex: 'created_at',
width: 180,
sortable: {
sortDirections: ['ascend', 'descend'],

View File

@ -40,7 +40,7 @@ export const TABLE_COLUMNS = [
},
{
title: '上传时间',
dataIndex: 'updated_at',
dataIndex: 'created_at',
width: 180,
sortable: {
sortDirections: ['ascend', 'descend'],