mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +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'));
|
return getNameByKeyValue(this.allAccounts, this.query.accountIds, null, 'name', this.$t('Account'));
|
||||||
},
|
},
|
||||||
queryTagName() {
|
queryTagName() {
|
||||||
|
if (this.query.tagIds === 'none') {
|
||||||
|
return this.$t('Without Tags');
|
||||||
|
}
|
||||||
|
|
||||||
if (this.queryAllFilterTagIdsCount > 1) {
|
if (this.queryAllFilterTagIdsCount > 1) {
|
||||||
return this.$t('Multiple Tags');
|
return this.$t('Multiple Tags');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user