feat: CN-1660 location map 页 subscriber 列表改动

This commit is contained in:
hanyuxia
2024-05-17 17:51:59 +08:00
parent 1e5abc23a3
commit 65461cd261
3 changed files with 235 additions and 192 deletions

View File

@@ -54,7 +54,7 @@ export const largeCountryList = ['CN', 'US', 'RU', 'AU', 'CA', 'KZ', 'IN', 'BR']
export const dbTableColumnCustomizeConfig = [
{
version: '24.04.01',
version: '24.04.06',
tableName: dbUserTableColumnCustomizeConfig
},{
version: '24.04.01',
@@ -2662,6 +2662,21 @@ export const defaultMapConfig = {
defaultZoom: 12 // 默认缩放等级
}
export const mapLevelField = [
{
level: 1,
field: 'first_location'
},
{
level: 2,
field: 'second_location'
},
{
level: 3,
field: 'third_location'
}
]
export const report = {
timeRuleList: [
{ name: 'overall.today', value: 'today' },