This commit is contained in:
parent
65626446fd
commit
15d4b54dda
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue