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

我的案件

parent 461e68ee
......@@ -196,21 +196,29 @@
title: '委案金额',
showOverflow: 'tooltip',
width: 80,
search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
search: { render: ({ searchParam }) => {
return (
<div class="flex">
<el-input vModel_trim={searchParam.commissionAmountBegin} placeholder="" />
<span class="mr-1 ml-1">-</span>
<el-input vModel_trim={searchParam.commissionAmountEnd} placeholder="" />
</div>
);
}, props: { clearable: true }, labelWidth: 90 },
},
{
field: 'maxStagesNum',
title: '分期最大期数',
width: 60,
showOverflow: 'tooltip',
search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
// search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
},
{
field: 'minAmount',
title: '最低分期金额',
width: 80,
showOverflow: 'tooltip',
search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
// search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
},
{
field: 'mergerCase',
......
......@@ -258,7 +258,15 @@
title: '委案金额',
showOverflow: 'tooltip',
width: 80,
search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
search: { render: ({ searchParam }) => {
return (
<div class="flex">
<el-input vModel_trim={searchParam.commissionAmountBegin} placeholder="" />
<span class="mr-1 ml-1">-</span>
<el-input vModel_trim={searchParam.commissionAmountEnd} placeholder="" />
</div>
);
}, props: { clearable: true }, labelWidth: 90 },
},
{
field: 'sumRepayAmount',
......
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