cloudroam
2024-09-12 d923690997dab98e4f09cbf1ce4b22439617cc5c
add:优惠券列表增加领取渠道列表和筛选
已修改1个文件
14 ■■■■■ 文件已修改
pages/marketing/coupon/activity/index.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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(),