mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +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-list>
|
||||||
</f7-card-content>
|
</f7-card-content>
|
||||||
</f7-card>
|
</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>
|
</f7-page>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user