update summary & layout
This commit is contained in:
parent
c26efe6c21
commit
6e6e0d2cf9
6 changed files with 130 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue