add 设备效率分析的图表

This commit is contained in:
2022-09-21 15:30:51 +08:00
parent 41cd01ecb0
commit 9187d56f6c
3 changed files with 407 additions and 26 deletions

View File

@@ -19,7 +19,8 @@ export default {
colors: {
delete: '#FF5454',
preview: '#f09843',
design: '#99089f'
design: '#99089f',
// 'view-trend': 'red'
// add more...
},
text: {
@@ -30,6 +31,7 @@ export default {
viewAttr: i18n.t('viewattr'),
preview: i18n.t('preview'),
design: i18n.t('design'),
'view-trend': '查看趋势'
// add more...
}
}