Commit d89019ad authored by 吴春's avatar 吴春

1

parent 848e015d
......@@ -71,7 +71,7 @@
columns: [
{
name: 'StuName',
label: ' 学生名称',
label: '学生名称',
align: 'left',
field: 'StuName',
},
......@@ -125,7 +125,7 @@
],
//表格可见列
visibleColumns: [
'ReservationDate', 'Demand', 'ClassDateStr', 'TeacherName', 'LessonName', 'RoomName', 'TeacherId'
'StuName','ReservationDate', 'Demand', 'ClassDateStr', 'TeacherName', 'LessonName', 'RoomName', 'TeacherId'
], //可见列
reserveObj: {},
isShowReserve: false,
......
......@@ -22,7 +22,7 @@
</q-field>
</div>
</div>
<div class="col-3">
<!-- <div class="col-3">
<q-select @input="resetSearch" filled option-value="TId" option-label="TeacherName" v-model="msg.TeacherId"
:options="TeacherList" emit-value map-options label="老师" clearable />
</div>
......@@ -34,7 +34,7 @@
<div class="col-3">
<q-input @input="resetSearch" clearable filled v-model="msg.LessonName" label="试听课程名称" @clear="resetSearch"
maxlength="20" />
</div>
</div> -->
</div>
</div>
<reservelist :data="dataList" :authObj="authObj" :loading="loading" @success="refreshPage"></reservelist>
......@@ -101,8 +101,8 @@
this.msg.TeacherId = Number(this.$route.query.TeacherId);
}
}
this.GetTeacherList();
this.getClassRoomList();
// this.GetTeacherList();
// this.getClassRoomList();
this.getList()
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment