mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
add a save button at the bottom of transaction edit page
This commit is contained in:
@@ -237,6 +237,11 @@
|
||||
</f7-list>
|
||||
</f7-card-content>
|
||||
</f7-card>
|
||||
|
||||
<f7-toolbar tabbar bottom v-if="mode !== 'view'">
|
||||
<f7-button fill :class="{ 'disabled': inputIsEmpty || submitting }"
|
||||
:text="$t(saveButtonTitle)" @click="save"></f7-button>
|
||||
</f7-toolbar>
|
||||
</f7-page>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user