Send Coins
This commit is contained in:
@@ -9,11 +9,12 @@ import { toolsext } from '@store/Modules/toolsext'
|
||||
import { useQuasar } from 'quasar'
|
||||
import { useI18n } from '@/boot/i18n'
|
||||
import { CMyCardPopup } from '@/components/CMyCardPopup'
|
||||
import { CCurrencyValue } from '@/components/CCurrencyValue'
|
||||
// import { useRouter } from 'vue-router'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CMyRecCircuitCard',
|
||||
components: { CMyCardPopup },
|
||||
components: { CMyCardPopup, CCurrencyValue },
|
||||
emits: ['setCmd', 'cmdext'],
|
||||
props: {
|
||||
table: {
|
||||
|
||||
@@ -21,6 +21,17 @@
|
||||
</q-item-label>
|
||||
<q-item-label lines="3" v-if="myrec.longdescr">{{ myrec.longdescr }}<br>
|
||||
</q-item-label>
|
||||
<!--
|
||||
<CCurrencyValue
|
||||
:symbol="myrec.symbol"
|
||||
:tips="t('account.saldo_tips')"
|
||||
:color="myrec.color"
|
||||
:value="myrec.account.saldo"
|
||||
label="Saldo">
|
||||
|
||||
</CCurrencyValue>
|
||||
-->
|
||||
|
||||
</q-item-section>
|
||||
<q-item-section side v-if="tools.canModifyThisRec(myrec, table)">
|
||||
<q-item-label>
|
||||
|
||||
Reference in New Issue
Block a user