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) {
|
if (_stats) {
|
||||||
stats.value = [
|
stats.value = [
|
||||||
{
|
{
|
||||||
icon: 'mdi-home',
|
icon: 'mdi-office-building-outline',
|
||||||
count: _stats.hq,
|
count: _stats.hq,
|
||||||
label: 'branchHQLabel',
|
label: 'branchHQLabel',
|
||||||
color: 'pink',
|
color: 'pink',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: 'mdi-office-building',
|
icon: 'mdi-home-group',
|
||||||
count: _stats.br,
|
count: _stats.br,
|
||||||
label: 'branchLabel',
|
label: 'branchLabel',
|
||||||
color: 'purple',
|
color: 'purple',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue