fix : 修复工作台-历史通话记录字段显示

This commit is contained in:
2024-11-08 15:47:54 +08:00
parent 8037c31df7
commit cadf653193

View File

@@ -51,14 +51,14 @@ const tableConfig = reactive({
align: 'center'
},
{
// prop: 'operationUser',
prop: 'destinationName',
prop: 'operationUser',
// prop: 'destinationName',
label: '处理人',
align: 'center'
},
{
// prop: 'knotter',
prop: 'destinationName',
prop: 'knotter',
// prop: 'destinationName',
label: '关单人',
align: 'center'
},
@@ -77,6 +77,7 @@ const tableConfig = reactive({
prop: 'callState',
label: '电话拨打状态',
align: 'center',
width: 120,
showOverflowTooltip: false,
currentRender: ({ row, index }) => {
if (row.callState !== null) {