wupengfei
2025-04-15 a30f98e7e3ca49a0169fc1271eb51a41e71fd8c7
src/views/EnterpriseInfo/components/RewardConsumeRecordView.vue
@@ -103,12 +103,9 @@
      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();