Commit 8dbc0314 authored by 黄奎's avatar 黄奎

页面修改

parent dfe197dd
......@@ -214,8 +214,8 @@
<el-option v-for="item in myEmployeeList" :key="item.Id" :label="item.EmployeeName" :value="item.Id">
</el-option>
</el-select>
<!-- <q-btn color="accent" style="margin-left:10px;" v-if="comType==2" class="q-mr-md" size="sm" icon="download"
label="下载" @click="downloadConsult" /> -->
<q-btn color="accent" style="margin-left:10px;" v-if="comType==2" class="q-mr-md" size="sm" icon="download"
label="下载" @click="downloadConsult" />
</div>
</div>
<div class="Check_Content"
......@@ -419,11 +419,11 @@
<div class="Check_Map">
<div class="check_Title">今日实时数据</div>
<div class="Data_ListContent">
<div class="Data_List2" style="display:none;">
<div class="Data_List2" >
<div class="Data_Inner">
<div class="Data_Title" style="margin-bottom:5px;">学员名单</div>
<div class="Data_Main_Content">
<span class="Today_StuName" v-for="(cItem,cIndex) in ConsultObj.CurWeekStu">{{cItem.StuName}}</span>
<span class="Today_StuName" v-for="(cItem,cIndex) in ConsultObj.CurWeekStu" :key="cIndex">{{cItem.StuName}}</span>
</div>
</div>
</div>
......
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