zhengyiming
2025-10-31 74502529c21d00766b6c82e3a52f2590e63a7538
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,19 +97,16 @@
  },
  {
    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();
  state.loading = false;