|
|
@@ -12,7 +12,7 @@
|
|
|
@click="getPublishWorkflowDetail"
|
|
|
/>
|
|
|
<div v-if="dataMap.length">
|
|
|
- <div class="l-flex--row has-padding o-title">{{ title }}</div>
|
|
|
+ <div class="l-flex--row o-title has-bottom-padding u-color--black u-bold">{{ title }}</div>
|
|
|
<div class="l-flex--row has-padding">
|
|
|
<el-steps
|
|
|
:active="active"
|
|
|
@@ -119,7 +119,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import ReviewDialog from '../components/ReviewDialog'
|
|
|
+import ReviewDialog from './components/ReviewDialog'
|
|
|
import {
|
|
|
getPublishWorkflowDetail,
|
|
|
calendarPublishReject
|
|
|
@@ -182,12 +182,12 @@ const allDataMap = [
|
|
|
'programCalendar',
|
|
|
'calendarReleaseScheduling'
|
|
|
]
|
|
|
+
|
|
|
export default {
|
|
|
name: 'ReviewDetail',
|
|
|
components: {
|
|
|
ReviewDialog
|
|
|
},
|
|
|
- props: {},
|
|
|
data () {
|
|
|
return {
|
|
|
error: false,
|
|
|
@@ -249,7 +249,6 @@ export default {
|
|
|
{ prop: 'duration', label: '时长' },
|
|
|
{ prop: 'size', label: '文件大小' },
|
|
|
{ prop: 'createBy', label: '申请人' },
|
|
|
- { prop: 'createTime', label: '提交时间', 'min-width': 100 },
|
|
|
{ prop: 'ai', label: 'AI审核', type: 'tag', width: 100 },
|
|
|
{
|
|
|
label: '审核状态',
|
|
|
@@ -278,7 +277,6 @@ export default {
|
|
|
{ prop: 'name', label: '节目名称', 'min-width': 100 },
|
|
|
{ prop: 'resolutionRatio', label: '分辨率' },
|
|
|
{ prop: 'createBy', label: '申请人' },
|
|
|
- { prop: 'createTime', label: '提交时间' },
|
|
|
{
|
|
|
label: '审核状态',
|
|
|
type: 'tag',
|
|
|
@@ -325,7 +323,6 @@ export default {
|
|
|
{ prop: 'name', label: '排期名称', 'min-width': 100 },
|
|
|
{ prop: 'resolutionRatio', label: '分辨率' },
|
|
|
{ prop: 'createBy', label: '申请人' },
|
|
|
- { prop: 'createTime', label: '提交时间' },
|
|
|
{
|
|
|
label: '审核状态',
|
|
|
type: 'tag',
|
|
|
@@ -386,7 +383,6 @@ export default {
|
|
|
{ prop: 'name', label: '名称', 'min-width': 100 },
|
|
|
{ prop: 'resolutionRatio', label: '分辨率' },
|
|
|
{ prop: 'createBy', label: '申请人' },
|
|
|
- { prop: 'createTime', label: '提交时间' },
|
|
|
{
|
|
|
type: 'invoke',
|
|
|
width: 160,
|
|
|
@@ -778,6 +774,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
+
|
|
|
<style lang="scss" scoped>
|
|
|
.o-card {
|
|
|
display: flex;
|
|
|
@@ -805,8 +802,6 @@ export default {
|
|
|
}
|
|
|
.o-title {
|
|
|
font-size: 18px;
|
|
|
- font-weight: bold;
|
|
|
- color: #333333;
|
|
|
}
|
|
|
.fl-end {
|
|
|
justify-content: flex-end;
|