feat(cemo): add mode adm + series

This commit is contained in:
riefive
2025-11-03 15:52:35 +07:00
parent 89b2fb9cd9
commit fb7731188d
8 changed files with 75 additions and 15 deletions
@@ -1,7 +1,7 @@
<script setup lang="ts">
// Redirect to list page - the process page is now at [id]/index.vue
const route = useRoute()
navigateTo('/outpatient-action/chemotherapy/list')
navigateTo('/outpation-action/chemotherapy/list')
</script>
<template>