运行项目
This commit is contained in:
@@ -564,7 +564,6 @@
|
||||
incomeData: [],
|
||||
activeName: 'first',
|
||||
tableDataLoading: true,
|
||||
flag: 1,
|
||||
usersumData: {},
|
||||
taskStat: {},
|
||||
taskStat2:0,
|
||||
@@ -1096,7 +1095,7 @@
|
||||
stack: 'Total',
|
||||
data: this.orderEcharts.ordersYiZhiFuCountList
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
@@ -460,7 +460,6 @@
|
||||
</el-table-column>
|
||||
<el-table-column prop="createTime" width="220" label="创建时间">
|
||||
</el-table-column>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" fixed='right' width="120">
|
||||
<template slot-scope="scope">
|
||||
<el-button size="mini" type="primary" @click="confirm(scope.row)">确定
|
||||
@@ -606,7 +605,7 @@
|
||||
],
|
||||
// 房屋信息
|
||||
phone: '', //电话
|
||||
name: '', //标题
|
||||
// name: '', //标题
|
||||
userIdss: '', //用户id
|
||||
titleImg: '', //封面图
|
||||
img: [], //详情图
|
||||
|
||||
@@ -990,7 +990,7 @@
|
||||
}
|
||||
],
|
||||
classificationId: '', //分类id
|
||||
content: '', //短剧搜索标题 拒绝理由
|
||||
// content: '', //短剧搜索标题 拒绝理由
|
||||
classificationName: '', //分类名称
|
||||
formLabelWidth: '200px',
|
||||
activeName: 'first',
|
||||
@@ -1223,7 +1223,7 @@
|
||||
urlDj: '',
|
||||
urlJj: '',
|
||||
dialogFormVisible6: false,
|
||||
remark: '',
|
||||
// remark: '',
|
||||
dyShowT: '',
|
||||
wxShowT: '',
|
||||
showFl: false,
|
||||
@@ -3170,4 +3170,4 @@
|
||||
.htmlDiv img {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
<el-table-column prop="licenseNum" label="许可证号" width="160"></el-table-column> -->
|
||||
<el-table-column prop="dyVersion" label="当前版本号" width="160"></el-table-column>
|
||||
<el-table-column prop="dyStatusContent" label="抖音审核内容"></el-table-column>
|
||||
|
||||
|
||||
|
||||
|
||||
<el-table-column prop="duration" label="平均单集时长(单位:分钟)"></el-table-column>
|
||||
<el-table-column prop="productionOrganisation" label="制作机构"></el-table-column>
|
||||
<el-table-column prop="director" label="导演"></el-table-column>
|
||||
@@ -66,7 +66,7 @@
|
||||
<img style="width: 200px; height: auto" :src="item" alt="">
|
||||
</el-popover>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -82,7 +82,7 @@
|
||||
<img style="width: 200px; height: auto" :src="item" alt="">
|
||||
</el-popover>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -93,7 +93,7 @@
|
||||
<span v-if="scope.row.playletProductionCost == 30">100万以</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
|
||||
<el-table-column prop="dyShow" label="抖音是否显示" width="100">
|
||||
<template slot-scope="scope">
|
||||
<el-switch v-model="scope.row.dyShow" @change="changeDy(scope.row.dyShow,scope.row.courseId)"
|
||||
@@ -210,7 +210,7 @@
|
||||
</div>
|
||||
<div style="margin-bottom: 10px;display: flex;align-items: center;">
|
||||
<span style="width: 200px;display: inline-block;text-align: right;">成本配置比例情况图片:</span>
|
||||
|
||||
|
||||
<div style="display: flex;flex-wrap: wrap;">
|
||||
<div class="imgs" v-for="(item,index) in costDistributionUri" :key="index">
|
||||
<img width="100%" class="images" height="100%" :src="item" alt="">
|
||||
@@ -228,7 +228,7 @@
|
||||
</el-upload>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div style="display: block;margin-left: 200px;margin-bottom: 20px;">
|
||||
<div>
|
||||
@@ -456,7 +456,7 @@
|
||||
url: '', //视频链接
|
||||
isPrice: 1, //是否收费
|
||||
goodNum: '', //点赞数
|
||||
content: '', //视频简介
|
||||
// content: '', //视频简介
|
||||
over: 2,
|
||||
videoId: '',
|
||||
quillOption: quillConfig,
|
||||
@@ -609,9 +609,9 @@
|
||||
playletProductionCost: '', //制作成本类型 10: 30万以下 20:30~100万30:100万以
|
||||
percentage1:0,
|
||||
percentage2:0,
|
||||
bq2: '',
|
||||
bq3: '',
|
||||
bq4: '',
|
||||
bq2: '',
|
||||
bq3: '',
|
||||
bq4: '',
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -1895,7 +1895,7 @@
|
||||
},
|
||||
// 短剧上传
|
||||
shangchuan(row) {
|
||||
|
||||
|
||||
if (row.wxCourseId) {
|
||||
this.wxCourseId = row.wxCourseId
|
||||
} else {
|
||||
@@ -1971,7 +1971,7 @@
|
||||
// } else {
|
||||
// this.licenseNum = ''
|
||||
// }
|
||||
|
||||
|
||||
if ( this.costDistributionUri==='' || this.assuranceUri==='') {
|
||||
this.$confirm(`当前短剧未设置提审信息,是否继续上传?`, '提示', {
|
||||
confirmButtonText: '暂不设置,继续上传',
|
||||
@@ -2005,9 +2005,9 @@
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
}).catch(() => {
|
||||
|
||||
|
||||
})
|
||||
return
|
||||
} else {
|
||||
@@ -2281,7 +2281,7 @@
|
||||
console.log('event, file, fileList', parseInt(event.percent))
|
||||
this.percentage2 = parseInt(event.percent)
|
||||
},
|
||||
|
||||
|
||||
},
|
||||
mounted() {
|
||||
this.classifySelect()
|
||||
@@ -2409,4 +2409,4 @@
|
||||
.text_color span {
|
||||
margin-right: 5px;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user