fix : 修复工作台-历史通话记录字段显示
This commit is contained in:
@@ -51,14 +51,14 @@ const tableConfig = reactive({
|
|||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// prop: 'operationUser',
|
prop: 'operationUser',
|
||||||
prop: 'destinationName',
|
// prop: 'destinationName',
|
||||||
label: '处理人',
|
label: '处理人',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// prop: 'knotter',
|
prop: 'knotter',
|
||||||
prop: 'destinationName',
|
// prop: 'destinationName',
|
||||||
label: '关单人',
|
label: '关单人',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
@@ -77,6 +77,7 @@ const tableConfig = reactive({
|
|||||||
prop: 'callState',
|
prop: 'callState',
|
||||||
label: '电话拨打状态',
|
label: '电话拨打状态',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
width: 120,
|
||||||
showOverflowTooltip: false,
|
showOverflowTooltip: false,
|
||||||
currentRender: ({ row, index }) => {
|
currentRender: ({ row, index }) => {
|
||||||
if (row.callState !== null) {
|
if (row.callState !== null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user