diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index 690fc8e..d1c919e 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -890,8 +890,8 @@ export default { value: e.levelValue }; }); - buildSelectOption('#giftLevel', '', [{text:'无', value: ''}].concat(this.giftLevel)); - buildSelectOption('#searchLevel', '', [{text:'无', value: ''}].concat(this.giftLevel)); + buildSelectOption('#giftLevel', '', [{text:'默认', value: ''}].concat(this.giftLevel)); + buildSelectOption('#searchLevel', '', [{text:'全部', value: ''}].concat(this.giftLevel)); }); }, uploadDressBanner() {