return this.selectDictLabel(this[column.property + 'Options'], row[column.property])
求解释这是什么意思
return this.selectDictLabel(this[column.property + 'Options'], row[column.property])
求解释这是什么意思
就是直接调用了selectDictLabel这个方法,而且传的参数是两个分别是this[column.property + 'Options']和row[column.property],然后直接返回return 调用函数后获取到的值