diff --git a/src/pages/clients/components/ClientDetailInfoSection.vue b/src/pages/clients/components/ClientDetailInfoSection.vue index 8affa7a..1cd3985 100644 --- a/src/pages/clients/components/ClientDetailInfoSection.vue +++ b/src/pages/clients/components/ClientDetailInfoSection.vue @@ -14,11 +14,11 @@ :size="20" ) .icon-ok.text-xsm(class="pt-[3px]") - .edit.icon-edit.cursor-pointer.text-sm( + .edit.cursor-pointer( v-if="!isChange && (this.isData || this.isAddress || this.isAttachments)", @click="changeClientData" ) - .icon-edit.text-base.mt-1 + .icon-edit.text-base.mt-2px .flex.relative base-button( v-if="settings[section].addFile", @@ -228,16 +228,6 @@ export default { ? this.sectionInfo.issued_by_date.split("-").reverse().join(".") : ""; }, - sectionAnimationClasses() { - if (this.isData || this.isAddress || this.isAttachments) { - return { - "closed-add": true, - }; - } - return { - "closed-body": true, - }; - }, sectionDataPresence() { if (this.section === "docs") { return this.sectionInfo[0]?.initialization;