Dialog CRUD: one instance across create, edit, and detail
The list owns no form. Opening the dialog calls form.load(); create and edit keep Element Plus Form while detail switches to read-only Descriptions.
- 01New task → save with an empty title and read the host errors.
- 02Edit a row, change any field — dirty and changedPaths update.
- 03Save and check the state panel for the last-saved record.
- 04Open Details → the form becomes read-only Descriptions.
ExpectDetail mode offers no save action and its submit is rejected.