kyoyue 5 miesięcy temu
rodzic
commit
a81f26c161
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/wechat/batch_msg/send_record/index.vue

+ 2 - 2
src/views/wechat/batch_msg/send_record/index.vue

@@ -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',