问题修复
This commit is contained in:
parent
822623eeef
commit
93d078d2be
|
|
@ -42,7 +42,7 @@ export default {
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 0
|
default: 0
|
||||||
},
|
},
|
||||||
// 数量
|
// 百分比
|
||||||
ratio: {
|
ratio: {
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 0
|
default: 0
|
||||||
|
|
@ -53,7 +53,7 @@ export default {
|
||||||
onHandleViewDetails() {
|
onHandleViewDetails() {
|
||||||
console.log('查询二级页面', this.cardTitle)
|
console.log('查询二级页面', this.cardTitle)
|
||||||
// 使用自定义事件 通知父组件打开二级页面
|
// 使用自定义事件 通知父组件打开二级页面
|
||||||
this.$emit('onOpenLevelTwoPages', this.cardTitle)
|
// this.$emit('onOpenLevelTwoPages', this.cardTitle)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue