WIP Удалила лишнее
This commit is contained in:
@@ -14,11 +14,11 @@
|
|||||||
:size="20"
|
:size="20"
|
||||||
)
|
)
|
||||||
.icon-ok.text-xsm(class="pt-[3px]")
|
.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)",
|
v-if="!isChange && (this.isData || this.isAddress || this.isAttachments)",
|
||||||
@click="changeClientData"
|
@click="changeClientData"
|
||||||
)
|
)
|
||||||
.icon-edit.text-base.mt-1
|
.icon-edit.text-base.mt-2px
|
||||||
.flex.relative
|
.flex.relative
|
||||||
base-button(
|
base-button(
|
||||||
v-if="settings[section].addFile",
|
v-if="settings[section].addFile",
|
||||||
@@ -228,16 +228,6 @@ export default {
|
|||||||
? this.sectionInfo.issued_by_date.split("-").reverse().join(".")
|
? 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() {
|
sectionDataPresence() {
|
||||||
if (this.section === "docs") {
|
if (this.section === "docs") {
|
||||||
return this.sectionInfo[0]?.initialization;
|
return this.sectionInfo[0]?.initialization;
|
||||||
|
|||||||
Reference in New Issue
Block a user