fixes
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
|||||||
person: {
|
person: {
|
||||||
id: this.patient.id,
|
id: this.patient.id,
|
||||||
},
|
},
|
||||||
medic_id: "a6195732-ac98-4f07-8916-4881eca69b7d",
|
medic_id: this.$store.getters.getUserData.id,
|
||||||
});
|
});
|
||||||
if (event?.id) {
|
if (event?.id) {
|
||||||
await this.getEvents();
|
await this.getEvents();
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
text-color="primary",
|
text-color="primary",
|
||||||
dense,
|
dense,
|
||||||
@click="nextDate"
|
@click="nextDate"
|
||||||
)
|
)
|
||||||
.h-10.p-1.flex.items-center.justify-between.bg-secondary.rounded.text-grey-color.ml-52.border
|
.h-10.p-1.flex.items-center.justify-between.bg-secondary.rounded.text-grey-color.ml-52.border
|
||||||
q-btn-toggle(
|
q-btn-toggle(
|
||||||
v-model="value",
|
v-model="value",
|
||||||
@@ -89,7 +89,6 @@ export default {
|
|||||||
return this.date?.format("D MMMM YYYY");
|
return this.date?.format("D MMMM YYYY");
|
||||||
},
|
},
|
||||||
inputShadowText() {
|
inputShadowText() {
|
||||||
console.log(this.date, capitalizeFirstChar(this.date?.format("dddd")));
|
|
||||||
return this.date?.isValid()
|
return this.date?.isValid()
|
||||||
? capitalizeFirstChar(this.date?.format("dddd"))
|
? capitalizeFirstChar(this.date?.format("dddd"))
|
||||||
: "";
|
: "";
|
||||||
|
|||||||
Reference in New Issue
Block a user