Skip to content

Commit

Permalink
fix: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud committed Jan 26, 2025
1 parent 03d19af commit 7285912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ui/src/views/authentication/component/LDAP.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/>
</el-form-item>
<el-form-item
:label="$t('views.system.authentication.password')"
:label="$t('views.system.password')"
prop="config_data.password"
>
<el-input
Expand Down
8 changes: 3 additions & 5 deletions ui/src/views/template/component/CreateModelDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,9 @@
prop="field"
:label="$t('dynamicsForm.paramForm.field.label')"
show-overflow-tooltip
width="95px"
/>
<el-table-column
:label="$t('dynamicsForm.paramForm.input_type.label')"
width="110px"
>
<el-table-column :label="$t('dynamicsForm.paramForm.input_type.label')" width="110px">
<template #default="{ row }">
<el-tag type="info" class="info-tag">{{
input_type_list.find((item) => item.value === row.input_type)?.label
Expand All @@ -234,7 +232,7 @@
</template>
</el-table-column>

<el-table-column :label="$t('common.operation')" align="left" width="80">
<el-table-column :label="$t('common.operation')" align="left" width="90">
<template #default="{ row, $index }">
<span class="mr-4">
<el-tooltip effect="dark" :content="$t('common.modify')" placement="top">
Expand Down

0 comments on commit 7285912

Please sign in to comment.