WIP Изменены данные в agreement
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
:class="{'open': open, 'border-none': borderNone}",
|
||||
)
|
||||
.placeholder.text-base.flex.items-center(
|
||||
:class="{'value-color': value.label || placeholderOpacity}"
|
||||
:class="{'value-color': value.label || placeholderOpacity}",
|
||||
) {{ value.label || placeholder }}
|
||||
.flex.items-center
|
||||
.select-form-separator.cursor-pointer.mr-4(v-if="separator")
|
||||
|
||||
@@ -284,7 +284,6 @@ export default {
|
||||
});
|
||||
},
|
||||
postContactsClient() {
|
||||
console.log(this.dataClient);
|
||||
let contacts = [...this.dataClient.contacts];
|
||||
if (
|
||||
this.dataClient.email.username &&
|
||||
|
||||
@@ -80,9 +80,15 @@ export default {
|
||||
return {
|
||||
patient: {
|
||||
full_name: "",
|
||||
doc_type: "",
|
||||
doc_type: {
|
||||
id: null,
|
||||
label: "",
|
||||
},
|
||||
seriesAndNumber: "2354 125423",
|
||||
phone: {},
|
||||
phone: {
|
||||
id: null,
|
||||
label: "",
|
||||
},
|
||||
},
|
||||
};
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
.flex.flex-col.gap-y-6.justify-between(style="height: 500px")
|
||||
.flex.flex-col.gap-y-6.justify-between
|
||||
.flex.flex-col.gap-y-6
|
||||
span.font-bold.text-xl Договор
|
||||
.flex.self-center
|
||||
|
||||
Reference in New Issue
Block a user