1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-30 19:39:47 +08:00

Merge pull request #4 from PanJiaChen/master

fixed typo (#3091)
This commit is contained in:
LimTerran 2020-04-05 17:26:24 +08:00 committed by GitHub
commit 338951118b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ export default {
indicator: [
{ name: 'Sales', max: 10000 },
{ name: 'Administration', max: 20000 },
{ name: 'Information Techology', max: 20000 },
{ name: 'Information Technology', max: 20000 },
{ name: 'Customer Support', max: 20000 },
{ name: 'Development', max: 20000 },
{ name: 'Marketing', max: 20000 }