diff --git a/src/views/activity/bargain/index.vue b/src/views/activity/bargain/index.vue index 7da9b03..9585e77 100644 --- a/src/views/activity/bargain/index.vue +++ b/src/views/activity/bargain/index.vue @@ -9,16 +9,20 @@ - - + - - - + + + + + + - + - + + + + @@ -105,10 +122,16 @@ export default { data() { return { delLoading: false, + userType: '', queryTypeOptions: [ { key: 'nickname', display_name: '用户昵称' }, { key: 'phone', display_name: '手机号码' } - ] + ], + statusOptions: [ + { value: 'routine', label: '小程序' }, + { value: 'wechat', label: '公众号' }, + { value: 'H5', label: 'H5' } + ] } }, created() { @@ -142,7 +165,7 @@ export default { beforeInit() { this.url = 'api/yxUser' const sort = 'uid,desc' - this.params = { page: this.page, size: this.size, sort: sort } + this.params = { page: this.page, size: this.size, sort: sort, userType: this.userType } const query = this.query const type = query.type const value = query.value