|
@@ -265,7 +265,7 @@ export default {
|
|
|
|
|
|
// 字典翻译
|
|
|
platfromFormatter(row) {
|
|
|
- return this.selectDictLabel(this.platformOptions, row.platformId)
|
|
|
+ return this.selectDictLabel(this.platformTypeOptions, row.platformId)
|
|
|
},
|
|
|
freeFormatter(row) {
|
|
|
return this.selectDictLabel(this.freeOptions, row.isFree)
|