feat: CN-1660 location map 页 subscriber 列表改动
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user