mirror of
https://github.com/frappe/books.git
synced 2024-12-23 19:39:07 +00:00
fix(ux): add import more button on complete
This commit is contained in:
parent
f0e5e294a1
commit
2f6ecff36b
@ -306,9 +306,14 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Button type="primary" class="text-sm w-28" @click="showMe">{{
|
<div class="flex w-full justify-between">
|
||||||
t`Show Me`
|
<Button type="secondary" class="text-sm w-32" @click="clear">{{
|
||||||
}}</Button>
|
t`Import More`
|
||||||
|
}}</Button>
|
||||||
|
<Button type="primary" class="text-sm w-32" @click="showMe">{{
|
||||||
|
t`Show Me`
|
||||||
|
}}</Button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
@ -480,6 +485,9 @@ export default {
|
|||||||
this.importType = '';
|
this.importType = '';
|
||||||
this.complete = false;
|
this.complete = false;
|
||||||
this.canReset = false;
|
this.canReset = false;
|
||||||
|
this.isMakingEntries = false;
|
||||||
|
this.percentLoading = 0;
|
||||||
|
this.messageLoading = '';
|
||||||
},
|
},
|
||||||
handlePrimaryClick() {
|
handlePrimaryClick() {
|
||||||
if (!this.file) {
|
if (!this.file) {
|
||||||
|
Loading…
Reference in New Issue
Block a user