傅行帆 5 years ago
parent
commit
4a79f0dacb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/pages/customer/drift/index.jsx

+ 1
- 0
src/pages/customer/drift/index.jsx View File

80
       title: '用户来源',
80
       title: '用户来源',
81
       dataIndex: 'sceneAlias',
81
       dataIndex: 'sceneAlias',
82
       key: 'sceneAlias',
82
       key: 'sceneAlias',
83
+      render: (_, record) => <><span>{ record.sceneAlias ? record.sceneAlias : '其他'}</span></>,
83
     },
84
     },
84
   ];
85
   ];
85
   
86