Explorar o código

运营管理 推荐管理

DESKTOP-O04BTUJ\muzen %!s(int64=3) %!d(string=hai) anos
pai
achega
a02e21eba5
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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)