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

修改

parent 57596ac8
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
ref="gridRef" ref="gridRef"
:collapsed="collapsed" :collapsed="collapsed"
:collapsedRows="props.collapsedRows" :collapsedRows="props.collapsedRows"
:gap="[5, 0]" :gap="[15, 0]"
:cols="props.searchCol" :cols="props.searchCol"
> >
<GridItem <GridItem
......
...@@ -160,14 +160,14 @@ ...@@ -160,14 +160,14 @@
title: '分期最大期数', title: '分期最大期数',
width: 60, width: 60,
showOverflow: 'tooltip', showOverflow: 'tooltip',
search: { el: 'input', props: { clearable: true } }, search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
}, },
{ {
field: 'minAmount', field: 'minAmount',
title: '最低分期金额', title: '最低分期金额',
width: 80, width: 80,
showOverflow: 'tooltip', showOverflow: 'tooltip',
search: { el: 'input', props: { clearable: true } }, search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
}, },
{ {
field: 'mergerCase', 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