Commit d784ce02 authored by 沈翠玲's avatar 沈翠玲

修改

parent 57596ac8
......@@ -5,7 +5,7 @@
ref="gridRef"
:collapsed="collapsed"
:collapsedRows="props.collapsedRows"
:gap="[5, 0]"
:gap="[15, 0]"
:cols="props.searchCol"
>
<GridItem
......
......@@ -160,14 +160,14 @@
title: '分期最大期数',
width: 60,
showOverflow: 'tooltip',
search: { el: 'input', props: { clearable: true } },
search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
},
{
field: 'minAmount',
title: '最低分期金额',
width: 80,
showOverflow: 'tooltip',
search: { el: 'input', props: { clearable: true } },
search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
},
{
field: 'mergerCase',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment