Commit 1e48591f authored by 黄奎's avatar 黄奎

页面修改

parent ea091153
......@@ -240,12 +240,6 @@
<q-select filled stack-label option-value="TId" option-label="TeacherName"
v-model="addMsg.TeacherId" ref="Teacher_Id" :options="TeacherList" label="关联教师"
:dense="false" class="col-6 q-pb-lg" emit-value map-options />
<!-- <div class="calenderClassDate">
<div>上课时间:{{item.ClassDateStr}}</div>
<div>
<i class="iconfont icon-zhuanhuan1"></i><span style="color:#2961fe;cursor:pointer;" @click="isShowCanlder=true;">变更时间</span>
</div>
</div> -->
<q-input filled v-model="addMsg.ClassDate" class="col-6 q-pb-lg" mask="date" label="上课时间">
<template v-slot:append>
<q-icon name="event" class="cursor-pointer">
......@@ -400,12 +394,12 @@
TeacherList: [], //老师下拉数据
addMsg: {
ClassPlanId: 0,
ClassId: 1,
ClassId: 0,
ClassDate: "",
ClassDateStr: "",
ClassRoomId: 1,
ClassRoomId: 0,
RoomName: "",
TeacherId: 1,
TeacherId: 0,
TeacherName: "",
UserIcon: "",
PlanTimeList: [{
......@@ -434,7 +428,10 @@
}
},
created() {
if(this.setingObj&&this.setingObj.ClassId)
{
this.addMsg.ClassId=this.setingObj.ClassId;
}
},
mounted() {
this.initData();
......
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