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