diff --git a/src/pages/InvoiceIn/Card/InvoiceInVat.vue b/src/pages/InvoiceIn/Card/InvoiceInVat.vue index fa0ad12db..02ec0fd38 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInVat.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInVat.vue @@ -32,7 +32,7 @@ const invoiceInFormRef = ref(); const expensesRef = ref(); const newExpenseRef = ref(); -const $props = defineProps({ +defineProps({ actionIcon: { type: String, default: 'add', @@ -101,11 +101,6 @@ const columns = computed(() => [ field: (row) => row.foreignValue, align: 'left', }, - { - get() { - return $props.actionIcon; - }, - } ]); const filter = {