소스 검색

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

DESKTOP-O04BTUJ\muzen 2 년 전
부모
커밋
8d80021274
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)