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