watch
@Watch("ResourceList", { immediate: true, deep: true })
onResourceListChanged(val, oldVal) {
if (val && val.length && oldVal && oldVal.length) {
this.countSelect();
}
}
百分比
let proportion: any = ((owner.owner[0].value / 100) * 100).toFixed();
网友评论