瀏覽代碼

运营管理 推荐管理

DESKTOP-O04BTUJ\muzen 3 年之前
父節點
當前提交
a02e21eba5
共有 1 個文件被更改,包括 1 次插入2 次删除
  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)