@@ -83,6 +83,13 @@
key: 'date',
width: 200,
fixed: 'left',
+ },{
+ title: '账户ID',
+ dataIndex: 'accountId',
+ scopedSlots: { customRender: 'accountId' },
+ align: 'center',
+ width: 100,
+ fixed: 'left',
},
{
title: '运营人员',
@@ -154,7 +161,7 @@
dataIndex: 'operationAgree',
key: 'operationAgree',
align: 'center',
-
+
},{
title: '操作',
dataIndex: 'operator',