Ui design development
This commit is contained in:
parent
93ba76e978
commit
31e8d54709
3
resources/assets/js/mixins/spa-global.js
vendored
3
resources/assets/js/mixins/spa-global.js
vendored
@ -38,6 +38,9 @@ export default {
|
||||
this.model.select = item.code ? item.code : '';
|
||||
}
|
||||
},
|
||||
handleClickCancel() {
|
||||
this.currentTab = undefined;
|
||||
},
|
||||
dataHandleEvent() {
|
||||
this.newDatas = false;
|
||||
this.currentTab = undefined;
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user