chore: $t

This commit is contained in:
dap 2025-01-03 19:19:30 +08:00
parent cc5adaf02f
commit e53ac28331

View File

@ -48,7 +48,7 @@ const gridOptions: VxeGridProps = {
return ( return (
<div> <div>
<Checkbox onChange={onChange} v-model:checked={row.checked}> <Checkbox onChange={onChange} v-model:checked={row.checked}>
{row.menuName} {$t(row.menuName)}
</Checkbox> </Checkbox>
</div> </div>
); );