|
|
|
@ -87,7 +87,7 @@
|
|
|
|
|
</el-dialog>
|
|
|
|
|
</el-container>
|
|
|
|
|
<!-- 课表-->
|
|
|
|
|
<tb_course-dialog table-label="实验室课表" ref="schedule" :custom="true"></tb_course-dialog>
|
|
|
|
|
<tb_course-dialog table-label="实验室课表" ref="schedule" :custom="true" :cClick="f" :cStyle="f"></tb_course-dialog>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
@ -148,6 +148,7 @@
|
|
|
|
|
return 'cursor:pointer'
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
f(){},
|
|
|
|
|
//点击格子促发的函数
|
|
|
|
|
async cellClick(row, column, cell, event) {
|
|
|
|
|
this.form.weeks = null
|
|
|
|
|