mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
fix:隐藏面授课新建的在线按钮
This commit is contained in:
@@ -143,7 +143,6 @@
|
||||
placeholder="请输入课程名称"
|
||||
v-model:value="xzinputV1"
|
||||
v-model:validate="validate"
|
||||
|
||||
:maxlength="20"
|
||||
show-count
|
||||
:type="2"
|
||||
@@ -226,7 +225,7 @@
|
||||
</div>
|
||||
<a-radio-group v-model:value="valueE1">
|
||||
<div class="bc_box">
|
||||
<div class="bc_boxl">
|
||||
<!-- <div class="bc_boxl">
|
||||
<div class="ol_checkbox" @click="expectOnline">
|
||||
<a-radio
|
||||
v-model:checked="checked"
|
||||
@@ -237,7 +236,7 @@
|
||||
线上
|
||||
</a-radio>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="bc_boxr">
|
||||
<div class="ol_checkbox">
|
||||
<a-radio
|
||||
@@ -364,7 +363,6 @@
|
||||
placeholder="请输入课程名称"
|
||||
v-model:value="qdms_inputV1"
|
||||
v-model:validate="validate"
|
||||
|
||||
:maxlength="20"
|
||||
show-count
|
||||
:type="2"
|
||||
@@ -2278,7 +2276,11 @@
|
||||
<span>{{ currentPlanItem.teacher }}</span>
|
||||
</div>
|
||||
<div class="stmm_i5">
|
||||
<TableStudent :type="3" :id="offcoursePlanId" :columns="stuColumns">
|
||||
<TableStudent
|
||||
:type="3"
|
||||
:id="offcoursePlanId"
|
||||
:columns="stuColumns"
|
||||
>
|
||||
<!-- <template #extension = "data">-->
|
||||
<!-- <div style="display: flex">-->
|
||||
<!-- <button @click="handlJoinStu(data)">成绩录入</button>-->
|
||||
@@ -3732,7 +3734,7 @@ export default defineComponent({
|
||||
codevisible: false, //二维码弹窗
|
||||
codeInfo: null, //二维码内容
|
||||
codeUrl: codeUrl,
|
||||
|
||||
|
||||
// 课程三级分类
|
||||
options2222: [
|
||||
{
|
||||
@@ -4658,7 +4660,6 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
console.log("state.validate", state.validate);
|
||||
|
||||
|
||||
if (!state.validate) {
|
||||
message.destroy();
|
||||
|
||||
Reference in New Issue
Block a user