mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-18 14:57:26 +00:00
Perf: Add Filer Icon
This commit is contained in:
parent
feb3dbabc2
commit
153c29fbcc
@ -82,5 +82,6 @@ h3 {
|
|||||||
|
|
||||||
.ellipsis {
|
.ellipsis {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -106,7 +106,9 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
...mapGetters(['currentOrgIsRoot']),
|
...mapGetters(['currentOrgIsRoot']),
|
||||||
iHasQuickFilter() {
|
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
|
return !!has
|
||||||
},
|
},
|
||||||
dataTable() {
|
dataTable() {
|
||||||
|
Loading…
Reference in New Issue
Block a user