傅行帆 5 anos atrás
pai
commit
4a79f0dacb
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      src/pages/customer/drift/index.jsx

+ 1
- 0
src/pages/customer/drift/index.jsx Ver arquivo

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