|
|
@@ -125,12 +125,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="l-flex__fill l-flex--col c-step__column">
|
|
|
- <div
|
|
|
- class="l-flex--row inline c-contract-dialog__header u-align-self--start u-color--black u-font-size--sm u-bold has-bottom-border has-active"
|
|
|
- @click="onEditAssets"
|
|
|
- >
|
|
|
- <span class="c-sibling-item u-bold">上播内容</span>
|
|
|
- <i class="c-sibling-item near el-icon-edit" />
|
|
|
+ <div class="l-flex--row c-contract-dialog__header has-bottom-border">
|
|
|
+ <div
|
|
|
+ class="l-flex--row inline u-color--black u-font-size--sm u-bold has-active"
|
|
|
+ @click="onEditAssets"
|
|
|
+ >
|
|
|
+ <span class="c-sibling-item u-bold">上播内容</span>
|
|
|
+ <i class="c-sibling-item near el-icon-edit" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<schema-table
|
|
|
ref="assetContentTable"
|
|
|
@@ -145,7 +147,6 @@
|
|
|
ref="transferDialog"
|
|
|
title="上播内容"
|
|
|
:choosen="onSaveAssets"
|
|
|
- ignore-duration
|
|
|
@view="onViewAsset"
|
|
|
/>
|
|
|
<preview-dialog ref="previewDialog" />
|
|
|
@@ -203,10 +204,10 @@ export default {
|
|
|
},
|
|
|
on: { edit: val => this.onEditName(data, val) }
|
|
|
}), 'class-name': 'c-edit-column', 'min-width': 160 },
|
|
|
- { prop: 'dateRange', label: '上刊日期', 'width': 240 },
|
|
|
- { prop: 'timeRange', label: '上播时间', 'min-width': 100 },
|
|
|
- { prop: 'count', label: '上播次数', 'min-width': 100 },
|
|
|
- { prop: 'durationInfo', label: '上播时长', 'min-width': 100 },
|
|
|
+ { prop: 'dateRange', label: '上刊日期', 'width': 240, align: 'center' },
|
|
|
+ { prop: 'timeRange', label: '上播时间', 'min-width': 100, align: 'right' },
|
|
|
+ { prop: 'count', label: '上播次数', 'min-width': 100, align: 'right' },
|
|
|
+ { prop: 'durationInfo', label: '上播时长', 'min-width': 100, align: 'right' },
|
|
|
{ type: 'invoke', render: [
|
|
|
{ label: '详情', on: this.onEdit },
|
|
|
{ label: '删除', on: this.onDel }
|