impl: form entry with source of add,edit
feat(treatment-report): add history list component and dialog integration - Create new list-history.vue component for displaying treatment report history - Add configuration file for history list data table - Integrate history list into main treatment report view with dialog - Replace simple filter button with action buttons including history view feat(treatment-report): implement crud navigation and form actions - Add new entry component for treatment report with list and form views - Implement back navigation using useQueryCRUDMode - Replace form submit button with action footer component - Update dropdown action component for detail view refactor(treatment-report): restructure form components and update mode handling - Rename 'add.vue' to 'form.vue' for better clarity - Update form mode types from 'create|update|view' to 'add|edit|view' - Implement proper reactive state handling for form modes - Add new form component with loading states and mock data - Enhance list component with action handlers and navigation fix default calculated hours
This commit is contained in:
No files matched your search
@@ -22,7 +22,7 @@ import CpLabOrder from '~/components/content/cp-lab-order/main.vue'
|
||||
import Radiology from '~/components/content/radiology-order/main.vue'
|
||||
import Consultation from '~/components/content/consultation/list.vue'
|
||||
import Cprj from '~/components/content/cprj/entry.vue'
|
||||
import TreatmentReport from '~/components/content/treatment-report/list.vue'
|
||||
import TreatmentReport from '~/components/content/treatment-report/entry.vue'
|
||||
import DocUploadList from '~/components/content/document-upload/list.vue'
|
||||
import GeneralConsentList from '~/components/content/general-consent/entry.vue'
|
||||
import ResumeList from '~/components/content/resume/list.vue'
|
||||
|
||||
Reference in New Issue
Block a user