fix: 修复一些问题;entity详情页调整;

This commit is contained in:
chenjinsong
2021-08-09 13:38:32 +08:00
parent a7101b6a2a
commit d5742afe10
13 changed files with 137 additions and 157 deletions

View File

@@ -61,7 +61,8 @@ export const entityTypeMappingKey = {
export const unitTypes = {
time: 'time',
number: 'number',
byte: 'byte'
byte: 'byte',
string: 'string'
}
export const chartTableDefaultPageSize = 10 // table类型图表默认每页数据量