Pārlūkot izejas kodu

运营管理 推荐管理

DESKTOP-O04BTUJ\muzen 3 gadi atpakaļ
vecāks
revīzija
a02e21eba5
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      src/views/operation/recommend/index.vue

+ 1 - 2
src/views/operation/recommend/index.vue

@@ -185,7 +185,6 @@ import Upload from '@/components/Upload/index'
 export default {
   dicts: [
     'platform_type',
-    'audio_type',
     'free_yes_no',
     'is_custom',
     'content_model'
@@ -559,7 +558,7 @@ export default {
 
     // 字典翻译
     audioFormatter(row) {
-      return this.selectDictLabel(this.dict.type.audio_type, row.audioType)
+      return this.selectDictLabel(this.audioTypeOptions, row.audioType)
     },
     freeFormatter(row) {
       return this.selectDictLabel(this.dict.type.free_yes_no, row.isFree)