Commit a4726bc217192c57248dcb4fcbaef2ea30ae8faa

Authored by boyang
1 parent 5213ab60

fix: 客户列表添加创建人

src/pages/Client/Client/index.tsx
@@ -166,13 +166,13 @@ const columns = [ @@ -166,13 +166,13 @@ const columns = [
166 // return enumToSelect(res.data); 166 // return enumToSelect(res.data);
167 // }, 167 // },
168 // }, 168 // },
169 - // {  
170 - // title: '创建人',  
171 - // width: 150,  
172 - // ellipsis: true,  
173 - // dataIndex: 'createByName',  
174 - // hideInSearch: true,  
175 - // }, 169 + {
  170 + title: '创建人',
  171 + width: 150,
  172 + ellipsis: true,
  173 + dataIndex: 'createByName',
  174 + hideInSearch: true,
  175 + },
176 { 176 {
177 title: '客户等级', 177 title: '客户等级',
178 width: 150, 178 width: 150,