|
|
@@ -44,8 +44,8 @@ export default {
|
|
|
{
|
|
|
label: '销售额',
|
|
|
data: res.map(i => i.dayOrder),
|
|
|
- backgroundColor: ['rgba(54, 162, 235, 0.2)'],
|
|
|
- borderColor: ['rgba(54, 162, 235, 1)'],
|
|
|
+ backgroundColor: 'rgba(54, 162, 235, 0.2)',
|
|
|
+ borderColor: 'rgba(54, 162, 235, 1)',
|
|
|
borderWidth: 1
|
|
|
}
|
|
|
]
|