|
@@ -68,8 +68,8 @@
|
|
|
|
|
|
const columns = reactive([
|
|
|
{ title: '序号', dataIndex: 'index', key: 'index' },
|
|
|
- { title: '联系人', dataIndex: 'fromwxid', key: 'fromwxid' },
|
|
|
- { title: '发送微信', dataIndex: 'toid', key: 'toid' },
|
|
|
+ { title: '联系人', dataIndex: 'toid', key: 'toid' },
|
|
|
+ { title: '发送微信', dataIndex: 'fromwxid', key: 'fromwxid' },
|
|
|
{
|
|
|
title: '执行状态',
|
|
|
dataIndex: 'status',
|