Commit 482da145 authored by zhengke's avatar zhengke

修改

parent 9f3ae11e
...@@ -273,9 +273,10 @@ ...@@ -273,9 +273,10 @@
<th> <th>
日期/周 日期/周
</th> </th>
<th colspan="2"> <th>
时间 开始时间
</th> </th>
<th>结束时间</th>
<th> <th>
消耗课时 消耗课时
</th> </th>
......
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<div v-if="msg.MoveType=='1'" class="row items-center"> <div v-if="msg.MoveType=='1'" class="row items-center">
<div class="col"> <div class="col">
<q-table no-data-label="暂无相关数据" flat style="max-height: 300px;" :pagination="pages" <q-table no-data-label="暂无相关数据" flat style="max-height: 300px;" :pagination="pages"
class="sticky-column-table sticky-header-column-table" separator="none" :data="currentClass" class="sticky-column-table sticky-header-column-table no-bottom-table" separator="none" :data="currentClass"
:columns="msg.ChangeType==1?columns:columns2" row-key="ClassPlanId" selection="multiple" :columns="msg.ChangeType==1?columns:columns2" row-key="ClassPlanId" selection="multiple"
:selected.sync="selected"> :selected.sync="selected">
...@@ -307,7 +307,7 @@ ...@@ -307,7 +307,7 @@
</div> </div>
</div> </div>
<div v-if="msg.ChangeType==3"> <div v-if="msg.ChangeType==3">
<div class="text-caption q-mb-lg q-px-md text-grey-6 col">目标教室</div> <div class="text-caption q-mb-lg q-px-md text-grey-6 col" style="margin-top:20px;">目标教室</div>
<div class="row"> <div class="row">
<q-select filled option-value="RoomId" option-label="RoomName" v-model="msg.ClassRoomId" <q-select filled option-value="RoomId" option-label="RoomName" v-model="msg.ClassRoomId"
:options="roomList" emit-value map-options label="教室" class="col-6 q-pr-lg"> :options="roomList" emit-value map-options label="教室" class="col-6 q-pr-lg">
...@@ -334,7 +334,7 @@ ...@@ -334,7 +334,7 @@
</div> </div>
</div> </div>
<div v-if="msg.ChangeType==2"> <div v-if="msg.ChangeType==2">
<div class="text-caption q-mb-lg q-px-md text-grey-6 col">目标老师</div> <div class="text-caption q-mb-lg q-px-md text-grey-6 col" style="margin-top:20px;">目标老师</div>
<div class="row"> <div class="row">
<q-select filled option-value="TId" option-label="TeacherName" v-model="msg.TeacherId" <q-select filled option-value="TId" option-label="TeacherName" v-model="msg.TeacherId"
:options="TeacherList" emit-value map-options label="老师" class="col-6 q-pr-lg"> :options="TeacherList" emit-value map-options label="老师" class="col-6 q-pr-lg">
......
...@@ -377,7 +377,6 @@ ...@@ -377,7 +377,6 @@
} }
queryCurrentAuditMan(msg).then(res => { queryCurrentAuditMan(msg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
console.log(res, '数据');
this.AuditList = res.Data; this.AuditList = res.Data;
} }
}).catch(() => {}) }).catch(() => {})
......
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