Compare commits

..

No commits in common. "e3a04c0add783fa7e84b26eaf4bb5ea2f9da0005" and "d18c47994a3814f3f2de7468c835269e2fd431a6" have entirely different histories.

4 changed files with 7 additions and 10 deletions

View File

@ -17,8 +17,6 @@
v-show="tabActive === '已结束'"
:key="index"
:item="item"
@open-edit="reservDialog.openDialog(item)"
@delete-reserv="deleteReserv(item)"
></reserv-item>
</div>
<reserv ref="reservDialog"></reserv>
@ -53,8 +51,8 @@ const doneDataList = computed(() => {
})
const toolStore = useToolState()
watch(
() => [dataList,toolStore.isToolWin],
() => {
() => toolStore.isToolWin,
(newD, oldD) => {
getSelfReserv().then((res) => {
dataList.value = [...res.data]
})

View File

@ -596,7 +596,6 @@ export default {
// -
openLesson() {
const toolStore = useToolState()
console.log(toolStore.isToolWin,'toolStore.isToolWin')
if (toolStore.isToolWin) return this.$message.error('您当前已开始上课,请勿重复操作')
startClass(this.curClassReserv.id)
createWindow('tool-sphere', {

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<el-row :gutter="20" style="display: flex;flex-wrap: nowrap;justify-content: start">
<el-col :xs="24" style="min-width: 260px;max-width: 260px">
<el-row :gutter="20">
<el-col :span="6" :xs="24">
<el-card class="box-card">
<template v-slot:header>
<div class="clearfix">