@@ -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("请输入持续时间");