mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改左侧图表列表的中文键名问题
This commit is contained in:
+10
-2
@@ -1,7 +1,15 @@
|
||||
export enum ChatCategoryEnum {
|
||||
BAR = 'bar',
|
||||
PIE = 'pie',
|
||||
LINE = 'line',
|
||||
MAP = 'map',
|
||||
MORE = 'more'
|
||||
}
|
||||
|
||||
export enum ChatCategoryEnumName {
|
||||
BAR = '柱状图',
|
||||
PIE = '饼图',
|
||||
LINE = '折线图',
|
||||
MORE = '更多',
|
||||
MAP = '地图'
|
||||
MAP = '地图',
|
||||
MORE = '更多'
|
||||
}
|
||||
Reference in New Issue
Block a user