Skip to content

Commit

Permalink
微页面对象添加自定义、系统两个列表视图
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingliao committed Oct 18, 2023
1 parent 92547b8 commit 685eafb
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ listviews:
label: All Pages
recent:
label: Recently Viewed
customize:
label: Customize
system:
label: System
actions:
customPage:
label: Custom Page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ listviews:
label: 所有
recent:
label: 最近查看
customize:
label: 自定义
system:
label: 系统
actions:
customPage:
label: 自定义
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: customize
columns:
- field: label
- field: name
- field: render_engine
- field: type
- field: object_name
- field: is_active
- field: version
- field: is_system
wrap: false
filter_scope: space
filters: ["is_system","<>",true]
label: 自定义
scrolling_mode: standard
shared: true
sort_no: 110
type: grid
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: system
columns:
- field: label
- field: name
- field: render_engine
- field: type
- field: object_name
- field: is_active
- field: version
- field: is_system
wrap: false
filter_scope: space
filters: ["is_system","=",true]
label: 系统
scrolling_mode: standard
shared: true
sort_no: 110
type: grid

0 comments on commit 685eafb

Please sign in to comment.