[WIP] Добавил примерную форму мед карты

This commit is contained in:
megavrilinvv
2022-12-13 18:35:29 +03:00
parent 1bb81c9352
commit cfc2448315
9 changed files with 230 additions and 6 deletions

View File

@@ -8,6 +8,9 @@
.button.keep-redaction.flex.gap-x-3
.icon-star-off.icon
span На ведение
.button.keep-redaction.flex.gap-x-3(@click="createMedicalCard")
.icon-star-off.icon
span Мед. карта
.button.delete.flex.gap-x-3(
@click="transmitDeleteClient",
:style="{'opacity': disabledDelete && '0.7'}"
@@ -25,6 +28,7 @@ export default {
props: {
openChangeData: Function,
disabledDelete: Boolean,
createMedicalCard: Function,
},
methods: {
transmitDeleteClient() {
@@ -47,7 +51,7 @@ export default {
<style lang="sass" scoped>
.popup-wrapper
width: 180px
height: 128px
height: 164px
border-radius: 4px 0 4px 4px
background-color: var(--default-white)
box-shadow: var(--default-shadow)