修改
This commit is contained in:
@@ -29,6 +29,10 @@ export default {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
},
|
||||
yName: {
|
||||
type: String,
|
||||
default: () => '',
|
||||
},
|
||||
baseUrl: {
|
||||
type: String,
|
||||
default: () => '',
|
||||
@@ -157,7 +161,7 @@ export default {
|
||||
yAxis: [
|
||||
{
|
||||
type: 'value',
|
||||
name: '万元',
|
||||
name: this.yName,
|
||||
nameTextStyle: {
|
||||
color: 'rgba(0, 0, 0, 0.45)',
|
||||
fontSize: 12,
|
||||
|
||||
Reference in New Issue
Block a user