diff --git a/src/components/drawers/project/ProjectEvalManage.vue b/src/components/drawers/project/ProjectEvalManage.vue index 3696b674..dd94d6b9 100644 --- a/src/components/drawers/project/ProjectEvalManage.vue +++ b/src/components/drawers/project/ProjectEvalManage.vue @@ -159,21 +159,21 @@ export default { tableDataTotal: 0, projectName: "", projectNameList: [ - // { - // id: 1, - // value: "-1", - // label: "未开始", - // }, - { - id: 1, - value: "0", - label: "未完成", - }, - { - id: 2, - value: "1", - label: "已完成", - }, + { + id: 1, + value: "0", + label: "未开始", + }, + { + id: 2, + value: "2", + label: "未完成", + }, + { + id: 3, + value: "1", + label: "已完成", + }, ], tabledata: [], tableDataTotalLoading: true, // 表格loading加载配置 diff --git a/src/components/drawers/project/ProjectOnlineManage.vue b/src/components/drawers/project/ProjectOnlineManage.vue index 2084ba37..ac1239b6 100644 --- a/src/components/drawers/project/ProjectOnlineManage.vue +++ b/src/components/drawers/project/ProjectOnlineManage.vue @@ -175,21 +175,21 @@ export default { tableDataTotal: 0, projectName: "", projectNameList: [ - // { - // id: 1, - // value: "-1", - // label: "未开始", - // }, - { - id: 1, - value: "0", - label: "未完成", - }, - { - id: 2, - value: "1", - label: "已完成", - }, + { + id: 1, + value: "0", + label: "未开始", + }, + { + id: 2, + value: "2", + label: "未完成", + }, + { + id: 3, + value: "1", + label: "已完成", + }, ], tabledata: [], tableDataTotalLoading: true, // 表格loading加载配置 @@ -245,8 +245,8 @@ export default { }, { title: "完成时间", - dataIndex: "endStudyTime", - key: "endStudyTime", + dataIndex: "lastStudyTime", + key: "lastStudyTime", width: 100, align: "center", className: "h", diff --git a/src/components/drawers/router/RouterCommonManage.vue b/src/components/drawers/router/RouterCommonManage.vue index b4f764ca..e3d80578 100644 --- a/src/components/drawers/router/RouterCommonManage.vue +++ b/src/components/drawers/router/RouterCommonManage.vue @@ -175,21 +175,21 @@ export default { tableDataTotal: 0, projectName: "", projectNameList: [ - // { - // id: 1, - // value: "-1", - // label: "未开始", - // }, - { - id: 1, - value: "0", - label: "未完成", - }, - { - id: 2, - value: "1", - label: "已完成", - }, + { + id: 1, + value: "0", + label: "未开始", + }, + { + id: 2, + value: "2", + label: "未完成", + }, + { + id: 3, + value: "1", + label: "已完成", + }, ], tabledata: [], tableDataTotalLoading: true, // 表格loading加载配置 @@ -245,8 +245,8 @@ export default { }, { title: "完成时间", - dataIndex: "endStudyTime", - key: "endStudyTime", + dataIndex: "lastStudyTime", + key: "lastStudyTime", width: 100, align: "center", className: "h", diff --git a/src/components/drawers/router/RouterEvaluationManage.vue b/src/components/drawers/router/RouterEvaluationManage.vue index 096b5661..425e1bc1 100644 --- a/src/components/drawers/router/RouterEvaluationManage.vue +++ b/src/components/drawers/router/RouterEvaluationManage.vue @@ -159,18 +159,18 @@ tableDataTotal: 0, projectName: "", projectNameList: [ - // { - // id: 1, - // value: "-1", - // label: "未开始", - // }, { id: 1, value: "0", - label: "未完成", + label: "未开始", }, { id: 2, + value: "2", + label: "未完成", + }, + { + id: 3, value: "1", label: "已完成", }, diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 36d580ff..c0e9537c 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -993,11 +993,11 @@
课程:{{ newCourseName }}
类型:
-
录播课
+
{{faceType}}
内容分类:
-
领导力
+
{{faceClassification}}
状态:
-
已审核
+
{{faceStatus==1?"已启用":"已停用"}}
{ @@ -5170,8 +5175,12 @@ export default defineComponent({ return false; }; + // 管理开课 const handleGuan22 = (item) => { - console.log(787666); + console.log(787666, item); + state.faceClassification = item.contentTxt; + state.faceStatus = item.kkty; + getTableDate33(); getTableDate333(); state.newCourseName = item.name;