Circuits OK
Accounts Ok Movements OK
This commit is contained in:
18
src/components/CSaldo/CSaldo.vue
Executable file
18
src/components/CSaldo/CSaldo.vue
Executable file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
|
||||
<CCurrencyValue
|
||||
:symbol="symbol"
|
||||
:tips="t('account.saldo_tips')"
|
||||
:color="color"
|
||||
:value="saldo"
|
||||
:label="t('account.saldo') + ` (max ` + qtarem + `)`">
|
||||
|
||||
</CCurrencyValue>
|
||||
</template>
|
||||
|
||||
<script lang="ts" src="./CSaldo.ts">
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './CSaldo.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user