From 28d7928a9b8d7c499124f8042e8f59862e07ff47 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 11 Oct 2024 09:47:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E6=8E=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 27 +++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 4e3b9137..4d74fbd8 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -784,7 +784,7 @@ -
+
@@ -2036,17 +2036,6 @@ const columns6 = [ return text.record.beginTime + ' ~ ' + text.record.endTime }, }, - { - title: "时长", - dataIndex: "duration", - key: "duration", - width: "12%", - ellipsis: true, - align: "center", - customRender: ({ text }) => { - return text ? text : "-"; - }, - }, { title: "学员数", dataIndex: "studentCnt", @@ -2081,6 +2070,17 @@ const columns6 = [ ) }, }, + { + title: "时长", + dataIndex: "duration", + key: "duration", + width: "12%", + ellipsis: true, + align: "center", + customRender: ({ text }) => { + return text ? text : "-"; + }, + }, { title: "创建人", dataIndex: "createName", @@ -4060,6 +4060,9 @@ function onFocusEnd(){ if(state.checked4 && (!state.assessmentId || state.assessmentId == '0' || state.assessmentId == 'null')){ return message.error('请选择评估'); } + if(!state.xjkkradioVEnd){ + state.xjkkradioVEndTime = null + } console.log(postData,'传输的数据') // if(!postData.duration){ // return message.error("请输入持续时间");