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

案件分派查询条件修改

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