fix: optimize
This commit is contained in:
parent
03d19afe37
commit
7285912356
@ -28,7 +28,7 @@
|
|||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
:label="$t('views.system.authentication.password')"
|
:label="$t('views.system.password')"
|
||||||
prop="config_data.password"
|
prop="config_data.password"
|
||||||
>
|
>
|
||||||
<el-input
|
<el-input
|
||||||
|
|||||||
@ -210,11 +210,9 @@
|
|||||||
prop="field"
|
prop="field"
|
||||||
:label="$t('dynamicsForm.paramForm.field.label')"
|
:label="$t('dynamicsForm.paramForm.field.label')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
|
width="95px"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column :label="$t('dynamicsForm.paramForm.input_type.label')" width="110px">
|
||||||
:label="$t('dynamicsForm.paramForm.input_type.label')"
|
|
||||||
width="110px"
|
|
||||||
>
|
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-tag type="info" class="info-tag">{{
|
<el-tag type="info" class="info-tag">{{
|
||||||
input_type_list.find((item) => item.value === row.input_type)?.label
|
input_type_list.find((item) => item.value === row.input_type)?.label
|
||||||
@ -234,7 +232,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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 }">
|
<template #default="{ row, $index }">
|
||||||
<span class="mr-4">
|
<span class="mr-4">
|
||||||
<el-tooltip effect="dark" :content="$t('common.modify')" placement="top">
|
<el-tooltip effect="dark" :content="$t('common.modify')" placement="top">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user