fix: update phone number component handling
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
15cbbab043
commit
954c5a3bad
|
@ -131,6 +131,7 @@ const columns = computed(() => [
|
||||||
name: 'isConciliate',
|
name: 'isConciliate',
|
||||||
label: t('Conciliated'),
|
label: t('Conciliated'),
|
||||||
cardVisible: true,
|
cardVisible: true,
|
||||||
|
component: 'checkbox',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
|
|
@ -111,14 +111,11 @@ const columns = computed(() => [
|
||||||
component: 'number',
|
component: 'number',
|
||||||
},
|
},
|
||||||
columnField: {
|
columnField: {
|
||||||
component: null,
|
component: markRaw(VnLinkPhone),
|
||||||
after: {
|
attrs: ({ model }) => {
|
||||||
component: markRaw(VnLinkPhone),
|
return {
|
||||||
attrs: ({ model }) => {
|
'phone-number': model,
|
||||||
return {
|
};
|
||||||
'phone-number': model,
|
|
||||||
};
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue