mayf
2024-09-04 8e219beed40e701537eac9ea8b5817b884d947ec
pages/marketing/coupon/member/_id.vue
@@ -33,7 +33,7 @@
          type: 'row',
          items: [
            ...couponForm(),
            { label: '已发放总数:', id: 'todo' },
            { label: '已发放总数:', id: 'getNum' },
            {
              label: '有效期:',
              id: 'usageStartDate',
@@ -49,7 +49,7 @@
      ],
      recordTableConfig: {
        ...recordTableConfig(this.$route.params.id),
        columns: [...couponRecordColumn()],
        columns: [...couponRecordColumn('发放时间')],
      },
    }
  },