feat: refactor for path support
This commit is contained in:
parent
4d8e22d64e
commit
e631ed9c47
8 changed files with 44 additions and 23 deletions
|
|
@ -1240,7 +1240,7 @@ async function fetchListStatsEmployeeGender() {
|
|||
|
||||
onMounted(async () => {
|
||||
utilsStore.currentTitle.title = 'customerManagement';
|
||||
utilsStore.currentTitle.caption = 'customerManagementCaption';
|
||||
utilsStore.currentTitle.path = [{ text: 'customerManagementCaption' }];
|
||||
|
||||
const resultStats = await getStatsCustomer();
|
||||
|
||||
|
|
@ -1493,7 +1493,10 @@ watch([inputSearch, currentStatus], async () => {
|
|||
</div>
|
||||
|
||||
<!-- main -->
|
||||
<div class="surface-1 bordered rounded col column">
|
||||
<div
|
||||
class="surface-1 bordered rounded col column"
|
||||
style="overflow: hidden"
|
||||
>
|
||||
<!-- tabs -->
|
||||
<div class="column">
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue