面授修改

This commit is contained in:
zhangsir
2024-10-10 17:53:24 +08:00
parent 34d689bea3
commit 30cdad3eb3
2 changed files with 6 additions and 9 deletions

View File

@@ -535,8 +535,9 @@ const tablecolumns = ref([
2: "手动加入",
3: "手动加入",
4: "导入",
5: "报名",
5: "自主报名",
6: "导入",
8: "扫码报名",
}[source]),
},
...props.columns,

View File

@@ -756,12 +756,7 @@
type="date"
style="width: 300px; margin-right: 14px"
:placeholder="[' 面授开始时间', ' 面授结束时间']"
:show-time="{
defaultValue: [
moment('00:00', 'HH:mm'),
moment('23:59', 'HH:mm'),
],
}"
format="YYYY/MM/DD"
/>
</div>
<div class="btn btn1" @click="handleSearchTable">
@@ -789,7 +784,7 @@
</div>
<!-- 无数据样式 -->
<div class="notable" v-if="tableData6.length === 0">
<div class="notable" v-if="kk_inputV0||kk_inputV2||kk_inputV1||selectTime?false:tableData6.length === 0">
<div class="notablebox">
<div class="boxbody">
<div class="boximg"></div>
@@ -4910,7 +4905,8 @@ function onFocusEnd(){
state.offcourseId = item.id;
state.newCourseName = item.name;
state.permissions = item.permissions;
getTableDate3(1);
// getTableDate3(1);
handleRestTable()
state.stm_hs = true;
};