From dc48b108a94d07d1f212d10e50adabc246f45900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 28 May 2021 11:02:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=92=8C?= =?UTF-8?q?=E7=94=B5=E8=84=91=E7=AB=AF=E7=AD=9B=E9=80=89=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E3=80=91=20https://www.tapd.cn/39598945/prong/stories/view/113?= =?UTF-8?q?9598945001000223?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/product/account.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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) {