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