Merge pull request 'fix : 修复工作台-历史通话记录字段显示' (#163) from dj into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/163
This commit is contained in:
2024-11-08 07:48:23 +00:00

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