Commit 41afef47b21a82112421ee2340ee4e00c1efbcc2

Authored by zhongnanhuang
2 parents e1d43d16 325a0b92
src/pages/Prepaid/constant.tsx
@@ -226,6 +226,13 @@ export const BALANCE_CHANGE_COLUMNS = [ @@ -226,6 +226,13 @@ export const BALANCE_CHANGE_COLUMNS = [
226 width: 140, 226 width: 140,
227 }, 227 },
228 { 228 {
  229 + title: '变动人',
  230 + dataIndex: 'updateBy',
  231 + key: 'updateBy',
  232 + dataType: 'text',
  233 + width: 200,
  234 + },
  235 + {
229 title: '类型', 236 title: '类型',
230 dataIndex: 'title', 237 dataIndex: 'title',
231 key: 'title', 238 key: 'title',