cloudroam
2024-09-14 2bc7d6bb5cfd9ed2034f2f616366d69e226c4d5d
pages/marketing/point-mall/point-distribution.vue
@@ -29,6 +29,7 @@
        columns: [
          { label: '序号', type: 'index' },
          { label: '用户信息', prop: 'customerName' },
          { label: '联系方式', prop: 'customerTel' },
          { label: '总积分', prop: 'totalPoint' },
          { label: '已使用积分', prop: 'usedPoint' },
          { label: '过期积分', prop: 'expiredPoint' },
@@ -45,7 +46,10 @@
        searchForm: [
          {
            type: 'row',
            items: [{ label: '用户名称', id: 'customerName', type: 'input' }],
            items: [
              { label: '用户名称', id: 'customerName', type: 'input' },
              { label: '联系方式', id: 'customerTel', type: 'input' },
            ],
          },
        ],
        extraDialogs: [