|
|
@@ -82,21 +82,21 @@
|
|
|
:value="option.value"
|
|
|
/>
|
|
|
</el-select>
|
|
|
- </template>
|
|
|
- <div class="c-sibling-item--v near">
|
|
|
- <div
|
|
|
- class="l-flex--row inline u-font-size--sm has-active"
|
|
|
- @click="onAddEvent"
|
|
|
- >
|
|
|
- <span class="c-sibling-item">播放时段</span>
|
|
|
- <i class="c-sibling-item near el-icon-circle-plus-outline" />
|
|
|
+ <div class="c-sibling-item--v near">
|
|
|
+ <div
|
|
|
+ class="l-flex--row inline u-font-size--sm has-active"
|
|
|
+ @click="onAddEvent"
|
|
|
+ >
|
|
|
+ <span class="c-sibling-item">播放时段</span>
|
|
|
+ <i class="c-sibling-item near el-icon-circle-plus-outline" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <schema-table
|
|
|
- ref="timeTable"
|
|
|
- class="c-sibling-item--v nearer sm"
|
|
|
- :schema="timeSchema"
|
|
|
- />
|
|
|
+ <schema-table
|
|
|
+ ref="timeTable"
|
|
|
+ class="c-sibling-item--v nearer sm"
|
|
|
+ :schema="timeSchema"
|
|
|
+ />
|
|
|
+ </template>
|
|
|
</div>
|
|
|
<event-target-picker
|
|
|
ref="eventTargetPicker"
|
|
|
@@ -341,7 +341,7 @@ export default {
|
|
|
return -1
|
|
|
},
|
|
|
getPublishTarget () {
|
|
|
- if (!this.events.length) {
|
|
|
+ if (!this.isDefaultPlayback && !this.events.length) {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
message: '请添加上播时段'
|
|
|
@@ -406,7 +406,7 @@ export default {
|
|
|
{
|
|
|
programCalendarName: value,
|
|
|
resolutionRatio: resolutionRatio || '自适应',
|
|
|
- remark: EventPriorityInfo[this.priority]
|
|
|
+ remark: EventPriorityInfo[targetList[0].detail.priority]
|
|
|
}
|
|
|
)
|
|
|
)
|