add a save button at the bottom of transaction edit page

This commit is contained in:
MaysWind
2021-03-06 23:11:58 +08:00
parent b0cff71b24
commit adf936bbbe
+5
View File
@@ -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>