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' 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) {