Browse Source

chore: Support test and prod ebv

master
wangxiang 2 years ago
parent
commit
dcb5674bc3
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 4
      src/views/monitor/token/token.data.ts

4
src/views/monitor/token/token.data.ts

@ -11,11 +11,11 @@ import { BasicColumn } from '/@/components/Table'; @@ -11,11 +11,11 @@ import { BasicColumn } from '/@/components/Table';
export const columns: BasicColumn[] = [
{
title: '用户编号',
dataIndex: 'user_info.id'
dataIndex: ['user_info', 'id']
},
{
title: '用户名称',
dataIndex: 'user_info.username'
dataIndex: ['user_info', 'username']
},
{
title: '客户端',

Loading…
Cancel
Save