mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 08:16:46 +08:00
面授修改
This commit is contained in:
@@ -784,7 +784,7 @@
|
||||
|
||||
</div>
|
||||
<!-- 无数据样式 -->
|
||||
<div class="notable" v-if="kk_inputV0||kk_inputV2||kk_inputV1||selectTime?false:tableData6.length === 0">
|
||||
<div class="notable" v-if="tableData6.length === 0">
|
||||
<div class="notablebox">
|
||||
<div class="boxbody">
|
||||
<div class="boximg"></div>
|
||||
@@ -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("请输入持续时间");
|
||||
|
||||
Reference in New Issue
Block a user