Commit 41afef47b21a82112421ee2340ee4e00c1efbcc2
Merge branch 'master' of http://39.108.227.113:8001/zhusen/canrd-erp-front
Showing
1 changed file
with
7 additions
and
0 deletions
src/pages/Prepaid/constant.tsx
... | ... | @@ -226,6 +226,13 @@ export const BALANCE_CHANGE_COLUMNS = [ |
226 | 226 | width: 140, |
227 | 227 | }, |
228 | 228 | { |
229 | + title: '变动人', | |
230 | + dataIndex: 'updateBy', | |
231 | + key: 'updateBy', | |
232 | + dataType: 'text', | |
233 | + width: 200, | |
234 | + }, | |
235 | + { | |
229 | 236 | title: '类型', |
230 | 237 | dataIndex: 'title', |
231 | 238 | key: 'title', | ... | ... |