12.31开源admin代码更新

This commit is contained in:
hejinfu1026
2021-12-31 15:58:40 +08:00
parent 6c0981748b
commit 004def5763
545 changed files with 9743 additions and 139371 deletions

View File

@@ -1,3 +1,13 @@
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB赋能开发者助力企业发展 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEB并不是自由软件未经许可不能去掉CRMEB相关版权
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
/*
/ 全局静态变量定义
切勿随意修改数组次序,很多地方已下标方式使用
@@ -80,3 +90,14 @@ export const fromList = {
{ text: '本年', val: 'year' }
]
}
// 统计管理时间选择器
export const timeList = {
title: '选择时间',
custom: true,
fromTxt: [
{ text: '昨天', val: `` },
{ text: '最近7天', val: 'lately7' },
{ text: '最近30天', val: 'lately30' },
]
}