mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
show "without tags" in table header
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user