diff --git a/src/components/base/BaseClientFormCreate.vue b/src/components/base/BaseClientFormCreate.vue index bf2a897..e50033b 100644 --- a/src/components/base/BaseClientFormCreate.vue +++ b/src/components/base/BaseClientFormCreate.vue @@ -392,7 +392,7 @@ export default { } if (this.infoClient.basic.full_name.split(" ").length < 3) { this.addErrrorNotification( - "Не корректное ФИО клиента", + "Некорректное ФИО клиента", "Пожалуйста, введите ФИО клиента правильно" ); return false; diff --git a/src/pages/clients/components/ClientsActionPopup.vue b/src/pages/clients/components/ClientsActionPopup.vue index 5a82b0b..3bab5c2 100644 --- a/src/pages/clients/components/ClientsActionPopup.vue +++ b/src/pages/clients/components/ClientsActionPopup.vue @@ -8,20 +8,37 @@ .button.keep-redaction.flex.gap-x-3 .icon-star-off.icon span На ведение - .button.delete.flex.gap-x-3(@click="transmitDeleteClient") + .button.delete.flex.gap-x-3( + @click="transmitDeleteClient", + :style="{'opacity': disabledDelete && '0.7'}" + ) .icon-basket.icon-delete span Удалить @@ -515,7 +538,7 @@ export default { .row-overlay background: transparent position: absolute - z-index: 100 + z-index: 10 width: 100% height: 100% .row-overlay-color