fix
This commit is contained in:
parent
d6508b7201
commit
ca1200e86a
@ -99,7 +99,7 @@ onMounted(async () => {
|
|||||||
</VWindowItem>
|
</VWindowItem>
|
||||||
|
|
||||||
<VWindowItem>
|
<VWindowItem>
|
||||||
<PatientProfile :prescription-data="patientDtail"/>
|
<PatientProfile />
|
||||||
</VWindowItem>
|
</VWindowItem>
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,12 +17,7 @@ const dob = ref(null);
|
|||||||
const agePatient = ref(null);
|
const agePatient = ref(null);
|
||||||
const isMobile = ref(window.innerWidth <= 768);
|
const isMobile = ref(window.innerWidth <= 768);
|
||||||
const patientId = route.params.id
|
const patientId = route.params.id
|
||||||
const props = defineProps({
|
|
||||||
userData: {
|
|
||||||
type: Object,
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user