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

跟进时间改成datetimerange

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