mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 19:15:13 +00:00
Perf: Add Filer Icon
This commit is contained in:
parent
feb3dbabc2
commit
153c29fbcc
@ -82,5 +82,6 @@ h3 {
|
||||
|
||||
.ellipsis {
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user