wupengfei
2025-05-07 6bac509f8e6efc205d9f37a84c9b019ec828467a
src/views/EnterpriseInfo/components/RewardConsumeRecordView.vue
@@ -39,7 +39,7 @@
  },
  {
    id: '2',
    enCode: 'payType',
    enCode: 'payRemark',
    name: '消费类型',
  },
  {
@@ -50,7 +50,7 @@
  {
    id: '4',
    enCode: 'remianAmount',
    name: '奖励金余额',
    name: '资金余额',
  },
];
@@ -97,18 +97,15 @@
  },
  {
    defaultExtraParams: {
      orderInput: [{ property: 'creationTime', order: OrderInputType.Desc }],
      orderInput: [{ property: 'id', order: OrderInputType.Desc }],
    },
    columnsRenderProps: {
      payDateTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' },
      amount: { type: 'money' },
      remianAmount: { type: 'money' },
      payType: { type: 'enum', valueEnum: EnterpriseBountyPayTypeEnumText },
    },
  }
);
function handlePreview(row: API.InsureBatchBillDto) {}
onMounted(async () => {
  await getList();