Skip to content

Commit

Permalink
[Feature]: 新建对象的默认列表视图,默认包括 name, 创建人,创建时间,并按创建时间倒序排列 #6913
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhaolin committed Jul 11, 2024
1 parent b8f74c2 commit 8fb67c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ let objectTriggers = {
shared_to: "space",
filter_scope: "space",
crud_mode: 'table',
columns: [{field: 'name'}],
columns: [{field: 'name'}, {field: 'created_by'}, {field: 'created'}],
"sort" : [
{
"field_name" : "created",
Expand Down

0 comments on commit 8fb67c4

Please sign in to comment.