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

增加合同编号的搜索条件

parent 44e3ac36
...@@ -584,6 +584,7 @@ ...@@ -584,6 +584,7 @@
{ {
field: 'credit.constantNo', field: 'credit.constantNo',
title: '合同编号', title: '合同编号',
search: { el: 'input', props: { clearable: true }, labelWidth: 105,key: 'constantNo' },
showOverflow: 'tooltip', showOverflow: 'tooltip',
width: 80, width: 80,
}, },
......
...@@ -732,6 +732,7 @@ ...@@ -732,6 +732,7 @@
{ {
field: 'credit.constantNo', field: 'credit.constantNo',
title: '合同编号', title: '合同编号',
search: { el: 'input', props: { clearable: true }, labelWidth: 90,key: 'constantNo' },
showOverflow: 'tooltip', showOverflow: 'tooltip',
width: 80, width: 80,
}, },
......
...@@ -586,6 +586,7 @@ ...@@ -586,6 +586,7 @@
{ {
field: 'credit.constantNo', field: 'credit.constantNo',
title: '合同编号', title: '合同编号',
search: { el: 'input', props: { clearable: true }, labelWidth: 105,key: 'constantNo' },
showOverflow: 'tooltip', showOverflow: 'tooltip',
width: 80, width: 80,
}, },
......
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