mayf
2024-09-04 59d89188245e5f90a439cd8769852a1918d13a66
pages/marketing/point-mall/coupon/_id.vue
@@ -47,13 +47,13 @@
      ],
      recordTableConfig: {
        ...recordTableConfig(this.$route.params.id),
        columns: [...couponRecordColumn()],
        columns: [...couponRecordColumn('兑换时间')],
      },
    }
  },
  head() {
    return {
      title: '会员优惠券详情',
      title: '积分优惠券详情',
    }
  },
}