Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
dc66a16ff3
@ -427,8 +427,6 @@ export default {
|
|||||||
handleClick(e) {
|
handleClick(e) {
|
||||||
this.queryParams.materialsType = e.name
|
this.queryParams.materialsType = e.name
|
||||||
this.getList()
|
this.getList()
|
||||||
// this.type
|
|
||||||
console.log(e.name);
|
|
||||||
},
|
},
|
||||||
// 素材类型
|
// 素材类型
|
||||||
radioChange(e) {
|
radioChange(e) {
|
||||||
@ -455,7 +453,6 @@ export default {
|
|||||||
|
|
||||||
// 视频封面
|
// 视频封面
|
||||||
imgUrl3(imgUrl) {
|
imgUrl3(imgUrl) {
|
||||||
console.log(this.form.videoCoverFilePath)
|
|
||||||
this.form.videoCoverFilePath = imgUrl;
|
this.form.videoCoverFilePath = imgUrl;
|
||||||
|
|
||||||
|
|
||||||
@ -468,15 +465,10 @@ export default {
|
|||||||
}else{
|
}else{
|
||||||
this.multiple = true
|
this.multiple = true
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(this.ids)
|
|
||||||
// console.log(item)
|
|
||||||
// console.log(e)
|
|
||||||
|
|
||||||
},
|
},
|
||||||
// 预览
|
// 预览
|
||||||
viewshow(item) {
|
viewshow(item) {
|
||||||
console.log(item)
|
|
||||||
this.openview = true
|
this.openview = true
|
||||||
this.viewform = item
|
this.viewform = item
|
||||||
|
|
||||||
@ -489,12 +481,9 @@ export default {
|
|||||||
},
|
},
|
||||||
// 人群点击事件
|
// 人群点击事件
|
||||||
crowNamechange(e){
|
crowNamechange(e){
|
||||||
this.form.crowdName=this.optionscrowName.find(f=>f.id==e).crowdName
|
this.form.crowName=this.optionscrowName.find(f=>f.id==e).crowdName
|
||||||
this.form.crowdId=e
|
this.form.crowdId=e
|
||||||
// this.form.suitTaskTypeName=this.type.find(f=> f.dictCode==e).dictLabel
|
|
||||||
|
|
||||||
console.log(e)
|
|
||||||
console.log(this.form.crowdName)
|
|
||||||
|
|
||||||
},
|
},
|
||||||
/** 查询素材信息列表 */
|
/** 查询素材信息列表 */
|
||||||
@ -577,7 +566,6 @@ export default {
|
|||||||
/** 新增按钮操作 */
|
/** 新增按钮操作 */
|
||||||
handleAdd() {
|
handleAdd() {
|
||||||
this.reset();
|
this.reset();
|
||||||
console.log(this.form)
|
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.getcrowdInfo()
|
this.getcrowdInfo()
|
||||||
this.title = "添加素材信息";
|
this.title = "添加素材信息";
|
||||||
@ -617,8 +605,6 @@ export default {
|
|||||||
/** 删除按钮操作 */
|
/** 删除按钮操作 */
|
||||||
handleDelete(row) {
|
handleDelete(row) {
|
||||||
this.getList();
|
this.getList();
|
||||||
|
|
||||||
console.log(this.ids)
|
|
||||||
if(this.ids.length==0){
|
if(this.ids.length==0){
|
||||||
this.$modal.msgError("请先选择一条数据");
|
this.$modal.msgError("请先选择一条数据");
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
@ -360,7 +360,7 @@
|
|||||||
<el-form-item label="硬件类型" prop="hardwareType">
|
<el-form-item label="硬件类型" prop="hardwareType">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="form.hardwareType"
|
v-model="form.hardwareType"
|
||||||
placeholder="请选择"
|
placeholder="请选择硬件类型"
|
||||||
style="width: 204px"
|
style="width: 204px"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
|
|||||||
@ -126,6 +126,8 @@
|
|||||||
label="任务细分备注"
|
label="任务细分备注"
|
||||||
align="center"
|
align="center"
|
||||||
prop="taskPartitionRemark"
|
prop="taskPartitionRemark"
|
||||||
|
:show-overflow-tooltip="true"
|
||||||
|
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="操作"
|
label="操作"
|
||||||
@ -192,12 +194,7 @@
|
|||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item label="二级分类描述" prop="secondClassifyDescribe">
|
|
||||||
<el-input
|
|
||||||
v-model="form.secondClassifyDescribe"
|
|
||||||
placeholder="请输入二级分类描述"
|
|
||||||
/>
|
|
||||||
</el-form-item>
|
|
||||||
<el-form-item label="执行时间" prop="executionTime">
|
<el-form-item label="执行时间" prop="executionTime">
|
||||||
<el-time-select
|
<el-time-select
|
||||||
style="width: 350px"
|
style="width: 350px"
|
||||||
@ -225,6 +222,13 @@
|
|||||||
placeholder="请输入任务细分备注"
|
placeholder="请输入任务细分备注"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-form-item label="二级分类描述" prop="secondClassifyDescribe">
|
||||||
|
<el-input
|
||||||
|
type="textarea"
|
||||||
|
v-model="form.secondClassifyDescribe"
|
||||||
|
placeholder="请输入二级分类描述"
|
||||||
|
/>
|
||||||
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
<el-button type="primary" @click="submitForm">确 定</el-button>
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
||||||
|
|||||||
@ -91,7 +91,7 @@
|
|||||||
<el-table-column label="任务类型名称" align="center" prop="taskTypeName" />
|
<el-table-column label="任务类型名称" align="center" prop="taskTypeName" />
|
||||||
<el-table-column label="任务类型编码" align="center" prop="taskTypeCode" />
|
<el-table-column label="任务类型编码" align="center" prop="taskTypeCode" />
|
||||||
<el-table-column label="任务类型排序" align="center" prop="taskTypeSort" />
|
<el-table-column label="任务类型排序" align="center" prop="taskTypeSort" />
|
||||||
<el-table-column label="任务类型备注" align="center" prop="taskTypeRemark" />
|
<el-table-column label="任务类型备注" align="center" prop="taskTypeRemark" :show-overflow-tooltip="true"/>
|
||||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user