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 : '';
}
},
handleClickCancel() {
this.currentTab = undefined;
},
dataHandleEvent() {
this.newDatas = false;
this.currentTab = undefined;

View File

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

View File

@ -164,6 +164,13 @@
:error="onFailErrorGet('rate')"
/>
<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
type="success"
native-type="button"

View File

@ -126,6 +126,13 @@
:error="onFailErrorGet('rate')"
/>
<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
type="success"
native-type="button"