diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 911f70f..1336c5b 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -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) {