Commit a4726bc217192c57248dcb4fcbaef2ea30ae8faa
1 parent
5213ab60
fix: 客户列表添加创建人
Showing
1 changed file
with
7 additions
and
7 deletions
src/pages/Client/Client/index.tsx
... | ... | @@ -166,13 +166,13 @@ const columns = [ |
166 | 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 | 177 | title: '客户等级', |
178 | 178 | width: 150, | ... | ... |