Use class heirarchy for different report types.
This commit is contained in:
parent
4735734404
commit
60eb6b9bbf
13 changed files with 539 additions and 380 deletions
|
|
@ -50,10 +50,10 @@
|
|||
/>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import type { Nuisance } from "@/type/api";
|
||||
import type { PublicReportNuisance } from "@/type/api";
|
||||
import ReportDetailEntry from "@/rmo/components/ReportDetailEntry.vue";
|
||||
interface Props {
|
||||
nuisance: Nuisance;
|
||||
nuisance: PublicReportNuisance;
|
||||
}
|
||||
const props = defineProps<Props>();
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue