show "without tags" in table header

This commit is contained in:
MaysWind
2024-07-26 00:29:42 +08:00
parent 9a83393290
commit e22f512f22
@@ -736,6 +736,10 @@ export default {
return getNameByKeyValue(this.allAccounts, this.query.accountIds, null, 'name', this.$t('Account'));
},
queryTagName() {
if (this.query.tagIds === 'none') {
return this.$t('Without Tags');
}
if (this.queryAllFilterTagIdsCount > 1) {
return this.$t('Multiple Tags');
}