fix: i18n

This commit is contained in:
meilin.huang
2024-11-21 20:12:16 +08:00
parent 9366a76b84
commit bffa9c2676
8 changed files with 19 additions and 12 deletions

View File

@@ -189,7 +189,7 @@
v-if="$props.protocol == MachineProtocolEnum.Ssh.value"
prop="username"
:label="$t('machine.user')"
min-width="55"
min-width="70"
show-overflow-tooltip
>
</el-table-column>
@@ -197,7 +197,7 @@
v-if="$props.protocol == MachineProtocolEnum.Ssh.value"
prop="groupname"
:label="$t('machine.group')"
min-width="55"
min-width="70"
show-overflow-tooltip
>
</el-table-column>