修改
This commit is contained in:
parent
ea51feb83e
commit
d571b87c88
@ -157,6 +157,7 @@
|
|||||||
<el-table-column label="上架状态" align="center" prop="trainingShelfFlag">
|
<el-table-column label="上架状态" align="center" prop="trainingShelfFlag">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-switch
|
<el-switch
|
||||||
|
v-if="scope.row.trainingItemType == 'LEARNING_ITEM_GROUP'"
|
||||||
v-model="scope.row.trainingShelfFlag"
|
v-model="scope.row.trainingShelfFlag"
|
||||||
active-color="#13ce66"
|
active-color="#13ce66"
|
||||||
inactive-color="#ff4949"
|
inactive-color="#ff4949"
|
||||||
@ -950,7 +951,6 @@ export default {
|
|||||||
itemDirectoryUrl: null,
|
itemDirectoryUrl: null,
|
||||||
itemDirectoryIntroduce: null,
|
itemDirectoryIntroduce: null,
|
||||||
itemDirectorySort: null,
|
itemDirectorySort: null,
|
||||||
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -1086,7 +1086,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// 章节视频
|
// 章节视频
|
||||||
itemDirectoryUrl(item) {
|
itemDirectoryUrl(item) {
|
||||||
let items = JSON.parse(item);
|
let items = JSON.parse(item);
|
||||||
@ -1303,7 +1303,7 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 新增按钮操作 */
|
/** 新增按钮操作 */
|
||||||
handleAdd() {
|
handleAdd() {
|
||||||
this.form.trainingParentName="请选择所属培训课程组"
|
this.form.trainingParentName = "请选择所属培训课程组";
|
||||||
this.form = {
|
this.form = {
|
||||||
trainingItemDirectoryList: [
|
trainingItemDirectoryList: [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user