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