Skip to content

Commit

Permalink
Merge pull request #343 from jamebal/dev
Browse files Browse the repository at this point in the history
style: optimize style
  • Loading branch information
jamebal authored Dec 26, 2024
2 parents 3d815d5 + 5da4526 commit 6f279bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/file-operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export const fileOperations = {
export const fileArrangements = [
{ label: '名称', operation: 'orderName', orderProp: 'name'},
{ label: '大小', operation: 'orderSize', orderProp: 'size'},
{ label: '上传日期', operation: 'orderUploadDate', orderProp: 'uploadDate'},
{ label: '修改日期', operation: 'orderUpdateDate', orderProp: 'updateDate'},
{ label: '上传时间', operation: 'orderUploadDate', orderProp: 'uploadDate'},
{ label: '修改时间', operation: 'orderUpdateDate', orderProp: 'updateDate'},
]

0 comments on commit 6f279bf

Please sign in to comment.