修改
This commit is contained in:
parent
13797d65d7
commit
4b98d8d31e
@ -1295,6 +1295,7 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
resetQuery() {
|
resetQuery() {
|
||||||
|
this.queryParams.trainingItemType='';
|
||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
this.handleQuery();
|
this.handleQuery();
|
||||||
},
|
},
|
||||||
|
|||||||
@ -148,7 +148,7 @@
|
|||||||
width="180"
|
width="180"
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="备注信息" align="center" prop="remark" />
|
<!-- <el-table-column label="备注信息" align="center" prop="remark" /> -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="操作"
|
label="操作"
|
||||||
align="center"
|
align="center"
|
||||||
@ -381,13 +381,6 @@
|
|||||||
>
|
>
|
||||||
<el-table-column label="章节视频" align="center" width="300">
|
<el-table-column label="章节视频" align="center" width="300">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<!-- <stationAcatar
|
|
||||||
@imgUrl="imgUrl4"
|
|
||||||
@item="itemDirectoryUrl"
|
|
||||||
:tovideo="scope.row.itemDirectoryUrl"
|
|
||||||
:type="'itemDirectoryUrl'"
|
|
||||||
:item="scope.row"
|
|
||||||
/> -->
|
|
||||||
<video
|
<video
|
||||||
class="img"
|
class="img"
|
||||||
:src="baseurl + scope.row.itemDirectoryUrl"
|
:src="baseurl + scope.row.itemDirectoryUrl"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user