cloudroam
2024-09-24 0ebc22340d4a1009d53ac1f47604891fecd0f47c
add:会员等级筛选
已修改2个文件
4 ■■■ 文件已修改
pages/marketing/member-record.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/list/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/marketing/member-record.vue
@@ -39,7 +39,8 @@
            type: 'row',
            items: [
              {label: '用户名称:', id: 'nickName', type: 'input'},
              {label: '联系方式:', id: 'tel', type: 'input'}
              {label: '联系方式:', id: 'tel', type: 'input'},
              {label: '会员等级:', id: 'levelName', type: 'input'}
            ],
          },
        ],
pages/order/list/index.vue
@@ -157,6 +157,7 @@
                el: { placeholder: '收货人姓名/手机号' },
              },
              { label: '收货地址:', id: 'address', type: 'input' },
              { label: '库位:', id: 'warehouseLocationCode', type: 'input' },
            ],
          },
        ],