fix: icon

This commit is contained in:
Methapon2001 2024-07-04 14:44:56 +07:00
parent 04b1ded194
commit 69bca33307

View file

@ -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',