wupengfei
2025-04-14 cb5c584850e50d7f033b030ed0a9f3a59da37291
src/views/EnterpriseInfo/components/EnterpriseDeclareRecordView.vue
@@ -18,16 +18,16 @@
});
const column: API.CustomModuleColumnDto[] = [
  {
    id: '1',
    enCode: 'batchNo',
    name: '申报批次号',
  },
  {
    id: '2',
    enCode: 'creationTime',
    name: '申报日期',
  },
  // {
  //   id: '1',
  //   enCode: 'batchNo',
  //   name: '申报批次号',
  // },
  // {
  //   id: '2',
  //   enCode: 'creationTime',
  //   name: '申报日期',
  // },
  {
    id: '3',
    enCode: 'outCheckTime',
@@ -96,9 +96,12 @@
  }
);
async function goDetail(row: API.InsureBatchBillDto) {
async function goDetail(row: API.GetParkCustomerBountyApplyOutput) {
  router.push({
    name: '',
    name: 'MaterialReviewDetail',
    params: {
      id: row.id,
    },
  });
}