cloudroam
2024-09-12 d923690997dab98e4f09cbf1ce4b22439617cc5c
pages/marketing/coupon/activity/index.vue
@@ -53,6 +53,7 @@
            formatter: getActivityEffectiveTime,
            minWidth: 320,
          },
          { label: '领取渠道', prop: 'getTypeName', minWidth: 120 },
          { label: '已领取总数', prop: 'getNum', minWidth: 150 },
          { label: '剩余未领取总数', prop: 'unGetNum', minWidth: 150 },
          { label: '状态', prop: 'statusName', minWidth: 120 },
@@ -88,8 +89,19 @@
        searchForm: [
          {
            type: 'row',
            items: [...couponSearchForm()],
            items: [...couponSearchForm(),
              {
                label: '领取渠道:',
                id: 'getType',
                type: 'bus-select-dict',
                el: {
                  code: 'COUPON_GET_TYPE',
                  style: 'width:100%',
                },
              },
            ],
          },
        ],
        form: [
          ...couponForm(),