diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 0b3f58a..911f70f 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -51,22 +51,25 @@ const tableConfig = reactive({ align: 'center' }, { - prop: 'operationUser', + // prop: 'operationUser', + prop: 'destinationName', label: '处理人', align: 'center' }, { - prop: 'knotter', + // prop: 'knotter', + prop: 'destinationName', label: '关单人', align: 'center' }, { - prop: 'workOrderNumber', + prop: 'destinationName', + // prop: 'workOrderNumber', label: '用户名', align: 'center' }, { - prop: 'workOrderNumber', + prop: 'destinationNumber', label: '电话号码', align: 'center' }, @@ -84,7 +87,8 @@ const tableConfig = reactive({ } }, { - prop: 'workOrderTime', + prop: 'createdTime', + // prop: 'workOrderTime', label: '拨打时间', align: 'center', width: 200 @@ -151,6 +155,9 @@ window.setInterval(() => {