mayf
2024-09-04 59d89188245e5f90a439cd8769852a1918d13a66
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('发放时间')],
      },
    }
  },