#7936 improve InvoiceIn #1004
|
@ -187,7 +187,6 @@ const formatOpt = (row, { model, options }, prop) => {
|
||||||
</template>
|
</template>
|
||||||
<template #body-cell-taxablebase="{ row }">
|
<template #body-cell-taxablebase="{ row }">
|
||||||
<QTd>
|
<QTd>
|
||||||
{{ currency }}
|
|
||||||
<VnInputNumber
|
<VnInputNumber
|
||||||
:class="{
|
:class="{
|
||||||
'no-pointer-events': isNotEuro(currency),
|
'no-pointer-events': isNotEuro(currency),
|
||||||
|
|
Loading…
Reference in New Issue