fix: refs #4774 fix langs
This commit is contained in:
parent
1fc774c82b
commit
664d37362b
|
@ -32,8 +32,8 @@ const columns = computed(() => [
|
|||
},
|
||||
{
|
||||
align: 'left',
|
||||
name: lang,
|
||||
label: lang,
|
||||
name: lang.value,
|
||||
label: lang.value,
|
||||
component: 'input',
|
||||
},
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue