mayf
2024-09-04 8e219beed40e701537eac9ea8b5817b884d947ec
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: '积分优惠券详情',
    }
  },
}