Commit 672f9445 authored by 沈翠玲's avatar 沈翠玲

跟进时间改成datetimerange

parent 113bfc80
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
width: 100, width: 100,
search: { search: {
el: 'date-picker', el: 'date-picker',
props: { type: 'daterange', valueFormat: 'YYYY-MM-DD' }, props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' },
labelWidth: 105, labelWidth: 105,
}, },
}, },
......
...@@ -409,6 +409,18 @@ ...@@ -409,6 +409,18 @@
title: '调解中心', title: '调解中心',
width: 100, width: 100,
}, },
{
field: 'tag',
title: '临时标签',
showOverflow: 'tooltip',
width: 140,
search: {
el: 'input',
props: { clearable: true },
key: 'queryTag',
labelWidth: 105,
},
},
{ {
field: 'discount', field: 'discount',
title: '折扣', title: '折扣',
......
...@@ -813,6 +813,11 @@ ...@@ -813,6 +813,11 @@
title: '联系人号码', title: '联系人号码',
showOverflow: 'tooltip', showOverflow: 'tooltip',
}, },
{
field: 'cpe.username',
title: 'CPE',
showOverflow: 'tooltip',
},
{ {
field: 'followStatus', field: 'followStatus',
title: '拨打跟进结果', title: '拨打跟进结果',
......
...@@ -516,7 +516,7 @@ ...@@ -516,7 +516,7 @@
width: 150, width: 150,
search: { search: {
el: 'date-picker', el: 'date-picker',
props: { type: 'daterange', valueFormat: 'YYYY-MM-DD' }, props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' },
labelWidth: 90, labelWidth: 90,
}, },
}, },
......
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
width: 100, width: 100,
search: { search: {
el: 'date-picker', el: 'date-picker',
props: { type: 'daterange', valueFormat: 'YYYY-MM-DD' }, props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' },
labelWidth: 105, labelWidth: 105,
}, },
}, },
......
...@@ -411,6 +411,18 @@ ...@@ -411,6 +411,18 @@
title: '调解中心', title: '调解中心',
width: 100, width: 100,
}, },
{
field: 'tag',
title: '临时标签',
showOverflow: 'tooltip',
width: 140,
search: {
el: 'input',
props: { clearable: true },
key: 'queryTag',
labelWidth: 105,
},
},
{ {
field: 'discount', field: 'discount',
title: '折扣', title: '折扣',
......
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
width: 100, width: 100,
search: { search: {
el: 'date-picker', el: 'date-picker',
props: { type: 'daterange', valueFormat: 'YYYY-MM-DD' }, props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' },
labelWidth: 105, labelWidth: 105,
}, },
}, },
......
...@@ -499,7 +499,7 @@ ...@@ -499,7 +499,7 @@
width: 150, width: 150,
search: { search: {
el: 'date-picker', el: 'date-picker',
props: { type: 'daterange', valueFormat: 'YYYY-MM-DD' }, props: { type: 'datetimerange', valueFormat: 'YYYY-MM-DD HH:mm:ss' },
labelWidth: 90, labelWidth: 90,
}, },
}, },
......
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