feat(registry): add PreviewCommand
This commit is contained in:
parent
660fed8375
commit
040c67bef0
3 changed files with 65 additions and 5 deletions
|
|
@ -58,7 +58,10 @@ const storeRegistry = useRegistryNewDataStore();
|
|||
<Info :is-leave="storeRegistry.isLeave" />
|
||||
</q-tab-panel>
|
||||
<q-tab-panel name="2">
|
||||
<Discipline :is-leave="storeRegistry.isLeave" />
|
||||
<Discipline
|
||||
:is-leave="storeRegistry.isLeave"
|
||||
:citizen-id="storeRegistry.citizenId"
|
||||
/>
|
||||
</q-tab-panel>
|
||||
<q-tab-panel name="3">
|
||||
<Leave :is-leave="storeRegistry.isLeave" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue