Commit 0f189f19e979ca1a31cb433fc4ac39e7f4a55b28
1 parent
42236fe8
feat: 预存变更记录增加变更人
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', | ... | ... |