Ui design development

This commit is contained in:
Burak Civan 2021-05-26 18:45:39 +03:00
parent 93ba76e978
commit 31e8d54709
4 changed files with 19 additions and 3 deletions

View File

@ -38,6 +38,9 @@ export default {
this.model.select = item.code ? item.code : ''; this.model.select = item.code ? item.code : '';
} }
}, },
handleClickCancel() {
this.currentTab = undefined;
},
dataHandleEvent() { dataHandleEvent() {
this.newDatas = false; this.newDatas = false;
this.currentTab = undefined; this.currentTab = undefined;

View File

@ -68,15 +68,14 @@
></textarea> ></textarea>
</base-input> </base-input>
</div> </div>
<div class="col-6"> <div class="col-3">
<base-input :label="translations.company.logo"> <label class="form-control-label">{{ translations.company.logo }}</label>
<akaunting-dropzone-file-upload <akaunting-dropzone-file-upload
ref="dropzoneWizard" ref="dropzoneWizard"
preview-classes="single" preview-classes="single"
:attachments="logo" :attachments="logo"
> >
</akaunting-dropzone-file-upload> </akaunting-dropzone-file-upload>
</base-input>
</div> </div>
</div> </div>
</div> </div>

View File

@ -164,6 +164,13 @@
:error="onFailErrorGet('rate')" :error="onFailErrorGet('rate')"
/> />
<div class="mt-4 col-md-3 current-tab-btn"> <div class="mt-4 col-md-3 current-tab-btn">
<base-button
type="white"
native-type="button"
@click="handleClickCancel()"
>
{{ translations.currencies.cancel }}</base-button
>
<base-button <base-button
type="success" type="success"
native-type="button" native-type="button"

View File

@ -126,6 +126,13 @@
:error="onFailErrorGet('rate')" :error="onFailErrorGet('rate')"
/> />
<div class="mt-4 col-md-4 current-tab-btn"> <div class="mt-4 col-md-4 current-tab-btn">
<base-button
type="white"
native-type="button"
@click="handleClickCancel()"
>
{{ translations.taxes.cancel }}</base-button
>
<base-button <base-button
type="success" type="success"
native-type="button" native-type="button"