mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 16:56:46 +08:00
feat:修改面授课
This commit is contained in:
@@ -70,12 +70,12 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-bottom: 20px">
|
||||
<div style="display: flex; margin-bottom: 20px" class="courseBtn">
|
||||
<div class="btn btn1" @click="handleSearch1">
|
||||
<div class="search"></div>
|
||||
<div class="btnText">搜索</div>
|
||||
</div>
|
||||
<div class="btnn btn2" @click="handleRest1">
|
||||
<div class="btnn btn2" @click="handleRest1" style="width: 103px">
|
||||
<div class="search"></div>
|
||||
<div class="btnText">重置</div>
|
||||
</div>
|
||||
@@ -749,7 +749,11 @@
|
||||
<div class="search"></div>
|
||||
<div class="btnText">搜索</div>
|
||||
</div>
|
||||
<div class="btnn btn2" @click="handleRestTable">
|
||||
<div
|
||||
class="btnn btn2"
|
||||
@click="handleRestTable"
|
||||
style="width: 103px"
|
||||
>
|
||||
<div class="search"></div>
|
||||
<div class="btnText">重置</div>
|
||||
</div>
|
||||
@@ -4620,16 +4624,19 @@ export default defineComponent({
|
||||
|
||||
// 管理开课
|
||||
const handleGuan22 = (item) => {
|
||||
if (String(item.courseform) === "1") {
|
||||
return;
|
||||
}
|
||||
if (String(item.courseform) === ("1" || "线上")) {
|
||||
state.om_1 = true;
|
||||
state.ft_1 = false;
|
||||
} else if (String(item.courseform) === ("2" || "面授")) {
|
||||
state.om_1 = true;
|
||||
state.ft_1 = true;
|
||||
}
|
||||
// console.log('点击面授课管理',item)
|
||||
// if (String(item.courseform) === "1") {
|
||||
// return;
|
||||
// }
|
||||
// if (String(item.courseform) === ("1" || "线上")) {
|
||||
// state.om_1 = true;
|
||||
// state.ft_1 = false;
|
||||
// } else if (String(item.courseform) === ("2" || "面授")) {
|
||||
// state.om_1 = true;
|
||||
// state.ft_1 = true;
|
||||
// }
|
||||
state.om_1 = true;
|
||||
state.ft_1 = true;
|
||||
state.manageStuLoading = true;
|
||||
console.log(787666, item);
|
||||
state.faceClassification = item.contentTxt;
|
||||
|
||||
Reference in New Issue
Block a user