|
@@ -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)
|