fix: 完成左侧列表的其余内容

This commit is contained in:
mtruning
2022-01-15 12:50:00 +08:00
parent ae71e13c6d
commit f6860c3fa6
70 changed files with 336 additions and 270 deletions
@@ -1,5 +1,5 @@
import node from './index.vue'
import image from '@/assets/images/chart/pie.png'
import image from '@/assets/images/chart/charts/pie.png'
import { ConfigType } from '@/packages/index.d'
import { ChatCategoryEnum } from '../../index.d'
@@ -8,5 +8,5 @@ export const pieCommonConfig: ConfigType = {
title: '饼图',
category: ChatCategoryEnum.PIE,
node: node,
image: image
image
}
@@ -1,9 +1,8 @@
import barCommon from './index.vue'
import image from '@/assets/images/chart/bar_y.png'
import image from '@/assets/images/chart/charts/bar_x.png'
import { ConfigType } from '@/packages/index.d'
import { ChatCategoryEnum } from '../../index.d'
// 柱状图
export const barCommonConfig: ConfigType = {
key: 'BarCommon',
title: '基础',