Browse Source

运营管理 定制频道 字典参数修改

DESKTOP-O04BTUJ\muzen 2 years ago
parent
commit
8d80021274
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/operation/channel/detail.vue

+ 1 - 1
src/views/operation/channel/detail.vue

@@ -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)