@@ -175,7 +175,7 @@ export default {
return this.selectDictLabel(this.freeOptions, row.isFree)
},
platfromFormatter(row) {
- return this.selectDictLabel(this.platformTypeOptions, row.platformId)
+ return this.selectDictLabel(this.platformOptions, row.platformId)
}