fix: file name typo
This commit is contained in:
parent
bb12401f58
commit
2eda043ee5
2 changed files with 5 additions and 98 deletions
|
|
@ -3,12 +3,12 @@ import { ref, onMounted } from 'vue';
|
|||
import useUserStore from 'stores/user';
|
||||
import { storeToRefs } from 'pinia';
|
||||
|
||||
import PersonCard from 'src/components/home/PersonCard.vue';
|
||||
import PersonCard from 'components/home/PersonCard.vue';
|
||||
import AppBox from 'components/app/AppBox.vue';
|
||||
import StatCardComponet from 'components/StatCardComponet.vue';
|
||||
import SelectorList from 'src/components/SelectorList.vue';
|
||||
import StatCardComponent from 'components/StatCardComponent.vue';
|
||||
import SelectorList from 'components/SelectorList.vue';
|
||||
import BtnAddComponet from 'components/01_branch-management/BtnAddComponet.vue';
|
||||
import TooltipComponet from 'src/components/TooltipComponet.vue';
|
||||
import TooltipComponet from 'components/TooltipComponet.vue';
|
||||
|
||||
const userStore = useUserStore();
|
||||
const { data: userData } = storeToRefs(userStore);
|
||||
|
|
@ -52,7 +52,7 @@ const selectorList = [
|
|||
{{ $t('personnelStatTitle') + $t(selectorLabel) }}
|
||||
</span>
|
||||
<div class="row col full-width" style="overflow-x: auto">
|
||||
<stat-card-componet :branch="branchStat" class="no-wrap" />
|
||||
<StatCardComponent :branch="branchStat" class="no-wrap" />
|
||||
</div>
|
||||
</AppBox>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue