wupengfei
5 天以前 052a1c6f01420d695cb3c251619249725181ff02
src/views/Reward/constants/columns.ts
@@ -43,13 +43,13 @@
    name: '园区类型',
  },
  {
    id: '22',
    id: '8',
    enCode: 'auditStatus',
    name: '审核状态',
    width: 160,
  },
  {
    id: '21',
    id: '9',
    enCode: 'payRemark',
    name: '消费类型',
    width: 160,
@@ -66,16 +66,24 @@
    name: '申请出账时间',
    width: 160,
  },
  // {
  //   id: '12',
  //   enCode: 'payFileUrl',
  //   name: '出账凭证',
  //   width: 160,
  // },
  {
    id: '9',
    id: '12',
    enCode: 'remianAmount',
    name: '资金余额',
    width: 160,
  },
  {
    id: '13',
    enCode: 'a',
    name: '审核时间',
    width: 160,
  },
]);
export const ImportParkBountyDataHeaderMap = {
  enterpriseName: '企业名称',
  societyCreditCode: '信用代码',
  financeToAmount: '财政拨付金额',
  transferToAmount: '平台拨付金额',
  remark: '备注',
};