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

案件分派查询条件修改

parent 665339c5
......@@ -257,7 +257,7 @@
title: '已还总额',
showOverflow: 'tooltip',
width: 80,
search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
// search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
},
{
field: 'borrower.idCard',
......@@ -268,11 +268,11 @@
},
{
field: 'borrower.phone',
key: 'borrowerPhone',
showOverflow: 'tooltip',
title: '手机',
width: 100,
search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
search: { el: 'input', props: { clearable: true }, labelWidth: 78, key: 'borrowerPhone'},
},
{
field: 'principalBalance',
......@@ -298,7 +298,7 @@
showOverflow: 'tooltip',
width: 80,
enum: caseStatusOpt,
search: { el: 'select', props: { filterable: true }, labelWidth: 80 },
// search: { el: 'select', props: { filterable: true }, labelWidth: 80 },
fieldNames: { label: 'label', value: 'value' },
slots: {
default: ({ row }) => {
......
......@@ -284,7 +284,7 @@
title: '已还总额',
showOverflow: 'tooltip',
width: 80,
search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
// search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
},
{
field: 'borrower.idCard',
......@@ -295,11 +295,10 @@
},
{
field: 'borrower.phone',
key: 'borrowerPhone',
showOverflow: 'tooltip',
title: '手机',
width: 100,
search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
search: { el: 'input',key: 'borrowerPhone', props: { clearable: true }, labelWidth: 78 },
},
{
field: 'principalBalance',
......@@ -325,7 +324,7 @@
showOverflow: 'tooltip',
width: 80,
enum: caseStatusOpt,
search: { el: 'select', props: { filterable: true }, labelWidth: 80 },
// search: { el: 'select', props: { filterable: true }, labelWidth: 80 },
fieldNames: { label: 'label', value: 'value' },
slots: {
default: ({ row }) => {
......
......@@ -284,7 +284,7 @@
title: '已还总额',
showOverflow: 'tooltip',
width: 80,
search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
// search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
},
{
field: 'borrower.idCard',
......@@ -295,11 +295,10 @@
},
{
field: 'borrower.phone',
key: 'borrowerPhone',
showOverflow: 'tooltip',
title: '手机',
width: 100,
search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
search: { el: 'input',key: 'borrowerPhone', props: { clearable: true }, labelWidth: 78 },
},
{
field: 'principalBalance',
......@@ -325,7 +324,7 @@
showOverflow: 'tooltip',
width: 80,
enum: caseStatusOpt,
search: { el: 'select', props: { filterable: true }, labelWidth: 80 },
// search: { el: 'select', props: { filterable: true }, labelWidth: 80 },
fieldNames: { label: 'label', value: 'value' },
slots: {
default: ({ row }) => {
......
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