feat: add i18n
This commit is contained in:
parent
52c18e6a6c
commit
6c30e4412d
5 changed files with 48 additions and 18 deletions
|
|
@ -3120,7 +3120,11 @@ const emptyCreateDialog = ref(false);
|
|||
const _group = c.group || 'other';
|
||||
if (!a[_group]) {
|
||||
a[_group] = {
|
||||
label: _group,
|
||||
label: $t(
|
||||
uploadFileListEmployee.find(
|
||||
(v) => v.value === _group,
|
||||
)?.label || _group,
|
||||
),
|
||||
file: [
|
||||
{
|
||||
label:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue