fix: icon
This commit is contained in:
parent
04b1ded194
commit
69bca33307
1 changed files with 2 additions and 2 deletions
|
|
@ -100,13 +100,13 @@ async function calculateStats() {
|
|||
if (_stats) {
|
||||
stats.value = [
|
||||
{
|
||||
icon: 'mdi-home',
|
||||
icon: 'mdi-office-building-outline',
|
||||
count: _stats.hq,
|
||||
label: 'branchHQLabel',
|
||||
color: 'pink',
|
||||
},
|
||||
{
|
||||
icon: 'mdi-office-building',
|
||||
icon: 'mdi-home-group',
|
||||
count: _stats.br,
|
||||
label: 'branchLabel',
|
||||
color: 'purple',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue