wupengfei
2025-05-07 6bac509f8e6efc205d9f37a84c9b019ec828467a
src/views/EnterpriseInfo/EnterpriseInfo.vue
@@ -100,7 +100,7 @@
  {
    id: '6',
    enCode: 'applyCount',
    name: '奖励金申报次数',
    name: '申报次数',
    width: 150,
  },
  {
@@ -112,7 +112,7 @@
  {
    id: '8',
    enCode: 'payCount',
    name: '奖励金发放次数',
    name: '发放次数',
    width: 150,
  },
  {
@@ -123,14 +123,14 @@
  },
  {
    id: '10',
    enCode: 'bountyAmount',
    name: '奖励金发放总额',
    enCode: 'bountySumAmount',
    name: '发放总额',
    width: 150,
  },
  {
    id: '11',
    enCode: 'bountyAmount',
    name: '奖励金余额',
    name: '平台充值余额',
    width: 150,
  },
];
@@ -196,6 +196,7 @@
    columnsRenderProps: {
      lastApplyTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' },
      lastPayTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' },
      bountySumAmount: { type: 'money' },
      bountyAmount: { type: 'money' },
      enterpriseType: { type: 'enum', valueEnum: EnterpriseTypeText },
    },