feat: add personal workbench view with todo and reimbursement tracking
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
9
src/views/PersonalWorkbenchView.vue
Normal file
9
src/views/PersonalWorkbenchView.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<PersonalWorkbench :show-header="false" @open-assistant="emit('openAssistant')" />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import PersonalWorkbench from '../components/business/PersonalWorkbench.vue'
|
||||
|
||||
const emit = defineEmits(['openAssistant'])
|
||||
</script>
|
||||
Reference in New Issue
Block a user