Parcourir la source

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

DESKTOP-O04BTUJ\muzen il y a 2 ans
Parent
commit
8d80021274
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)