refactor: refs #7186 fixed changes
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-04-09 13:34:45 +02:00
parent 65626446fd
commit 15d4b54dda
1 changed files with 1 additions and 6 deletions

View File

@ -32,7 +32,7 @@ const invoiceInFormRef = ref();
const expensesRef = ref(); const expensesRef = ref();
const newExpenseRef = ref(); const newExpenseRef = ref();
const $props = defineProps({ defineProps({
actionIcon: { actionIcon: {
type: String, type: String,
default: 'add', default: 'add',
@ -101,11 +101,6 @@ const columns = computed(() => [
field: (row) => row.foreignValue, field: (row) => row.foreignValue,
align: 'left', align: 'left',
}, },
{
get() {
return $props.actionIcon;
},
}
]); ]);
const filter = { const filter = {