Skip to content

Commit

Permalink
Perf: Add Filer Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen committed Jan 3, 2025
1 parent feb3dba commit 153c29f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Form/FormGroupHeader/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ h3 {
.ellipsis {
text-align: center;
cursor: pointer;
}
</style>
4 changes: 3 additions & 1 deletion src/components/Table/ListTable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ export default {
computed: {
...mapGetters(['currentOrgIsRoot']),
iHasQuickFilter() {
const has = this.quickFilters && this.quickFilters.length > 0
const has =
(this.quickFilters && this.quickFilters.length > 0) ||
(this.quickSummary && this.quickSummary.length > 0)
return !!has
},
dataTable() {
Expand Down

0 comments on commit 153c29f

Please sign in to comment.