This commit is contained in:
@@ -215,7 +215,7 @@ export default {
|
|||||||
dateRange: [],
|
dateRange: [],
|
||||||
dateRange1: [],
|
dateRange1: [],
|
||||||
searchModel: {
|
searchModel: {
|
||||||
ExpirdDay: -1,
|
ExpirdDay: -100,
|
||||||
UserId: 0,
|
UserId: 0,
|
||||||
PageIndex: 1,
|
PageIndex: 1,
|
||||||
keyWord: '',
|
keyWord: '',
|
||||||
@@ -240,11 +240,15 @@ export default {
|
|||||||
{ text: '测试', value: 200 }
|
{ text: '测试', value: 200 }
|
||||||
],
|
],
|
||||||
expirdtypes: [
|
expirdtypes: [
|
||||||
{ text: '全部', value: -1 },
|
{ text: '全部', value: -100 },
|
||||||
{ text: '已过期', value: 0 },
|
{ text: '已过期', value: 0 },
|
||||||
|
{ text: '未过期', value: -2 },
|
||||||
{ text: '1天过期', value: 1 },
|
{ text: '1天过期', value: 1 },
|
||||||
{ text: '3天过期', value: 3 },
|
{ 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) {
|
typeFormat (row, column, cellValue, index) {
|
||||||
switch (cellValue) {
|
switch (cellValue) {
|
||||||
|
|||||||
Reference in New Issue
Block a user