update summary & layout

This commit is contained in:
Warunee Tamkoo 2024-02-08 12:10:34 +07:00
parent c26efe6c21
commit 6e6e0d2cf9
6 changed files with 130 additions and 21 deletions

View file

@ -111,8 +111,12 @@ function updateSelected(data: DataTree) {
totalPositionCurrentVacant: data.totalPositionCurrentVacant,
totalPositionNextUse: data.totalPositionNextUse,
totalPositionNextVacant: data.totalPositionNextVacant,
totalRootPosition: data.totalRootPosition,
totalRootPositionCurrentUse: data.totalRootPositionCurrentUse,
totalRootPositionCurrentVacant: data.totalRootPositionCurrentVacant,
totalRootPositionNextUse: data.totalRootPositionNextUse,
totalRootPositionNextVacant: data.totalRootPositionNextVacant,
});
// }
}
@ -387,7 +391,7 @@ const modaeMenu = ref<boolean>(false);
</q-input>
</div>
</div>
<div class="bg-white tree-container">
<div class="bg-white tree-container q-pa-xs">
<q-tree
class="q-pa-sm q-gutter-sm"
dense