mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 07:54:18 +02:00
support original date display and sort (#1488)
This commit is contained in:
@@ -110,7 +110,7 @@ export const SONG_TABLE_COLUMNS: DefaultTableColumn[] = [
|
||||
label: i18n.t('table.config.label.year', { postProcess: 'titleCase' }),
|
||||
pinned: null,
|
||||
value: TableColumn.YEAR,
|
||||
width: 100,
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
align: 'center',
|
||||
@@ -119,7 +119,7 @@ export const SONG_TABLE_COLUMNS: DefaultTableColumn[] = [
|
||||
label: i18n.t('table.config.label.releaseDate', { postProcess: 'titleCase' }),
|
||||
pinned: null,
|
||||
value: TableColumn.RELEASE_DATE,
|
||||
width: 120,
|
||||
width: 240,
|
||||
},
|
||||
{
|
||||
align: 'center',
|
||||
@@ -376,7 +376,7 @@ export const ALBUM_TABLE_COLUMNS: DefaultTableColumn[] = [
|
||||
label: i18n.t('table.config.label.year', { postProcess: 'titleCase' }),
|
||||
pinned: null,
|
||||
value: TableColumn.YEAR,
|
||||
width: 100,
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
align: 'center',
|
||||
@@ -385,7 +385,7 @@ export const ALBUM_TABLE_COLUMNS: DefaultTableColumn[] = [
|
||||
label: i18n.t('table.config.label.releaseDate', { postProcess: 'titleCase' }),
|
||||
pinned: null,
|
||||
value: TableColumn.RELEASE_DATE,
|
||||
width: 120,
|
||||
width: 240,
|
||||
},
|
||||
{
|
||||
align: 'center',
|
||||
|
||||
Reference in New Issue
Block a user