diff --git a/src/components/product/account.vue b/src/components/product/account.vue index 8ca6afa..b4f2e11 100644 --- a/src/components/product/account.vue +++ b/src/components/product/account.vue @@ -215,7 +215,7 @@ export default { dateRange: [], dateRange1: [], searchModel: { - ExpirdDay: -1, + ExpirdDay: -100, UserId: 0, PageIndex: 1, keyWord: '', @@ -240,11 +240,15 @@ export default { { text: '测试', value: 200 } ], expirdtypes: [ - { text: '全部', value: -1 }, + { text: '全部', value: -100 }, { text: '已过期', value: 0 }, + { text: '未过期', value: -2 }, { text: '1天过期', value: 1 }, { text: '3天过期', value: 3 }, - { text: '1周过期', value: 7 } + { text: '1周过期', value: 7 }, + { text: '已经到期1天内', value: -1 }, + { text: '已经到期3天内', value: -3 }, + { text: '已经到期3天以上', value: -4 } ], typeFormat (row, column, cellValue, index) { switch (cellValue) {