jufubao-admin-library 1.1.55 → 1.1.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -54,7 +54,6 @@ export default {
|
|
|
54
54
|
let loading = this.$loading({})
|
|
55
55
|
let cityList = await this.getAllCityList()
|
|
56
56
|
this.cityList = cityList.data.list
|
|
57
|
-
|
|
58
57
|
//显示渠道相关配置
|
|
59
58
|
if (!this.isMovie) {
|
|
60
59
|
let options = await getOptions([
|
|
@@ -636,8 +635,8 @@ export default {
|
|
|
636
635
|
{ "label": "按院线", "value": 'LINE' },
|
|
637
636
|
{ "label": "按号段", "value": 'CARD' },
|
|
638
637
|
{ "label": "按影院", "value": 'CINE' },
|
|
639
|
-
{ "label": "按影片", "value": 'FILM' },
|
|
640
|
-
]
|
|
638
|
+
this.JfbParent.isShowTypeMove && { "label": "按影片", "value": 'FILM' },
|
|
639
|
+
].filter(i=>i)
|
|
641
640
|
},
|
|
642
641
|
|
|
643
642
|
params.adjust_type === 'LINE' && {
|