| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583 |
- <!-- 活动解析 -->
- <template>
- <div>
- <!-- table 表格 -->
- <el-row :gutter="20" class="main-items">
- <el-col class="aside" :span="3" :offset="2" style="padding: 0 !important;">
- <div
- class="table-aside"
- v-for="(v, k) in ItemList"
- :key="k"
- :class="{active:k == modelindex}"
- @click="selectTitle(k)"
- >{{v.text}}</div>
- </el-col>
- <!--数据监控-->
- <el-col :span="17" class="main" v-if="modelindex == 0">
- <el-row :gutter="20" class="main-header">
- <el-col :span="2" :offset="1">
- <div class="main-header-item">在线:{{monitorTeacherList.onlineCount}}人</div>
- </el-col>
- <el-col :span="2">
- <div class="main-header-item">离线:{{monitorTeacherList.offlineCount}}人</div>
- </el-col>
- <el-col :span="5">
- <div class="main-header-item">
- <span>分配未批改作业:{{monitorTeacherList.unCorrectCount}}份</span>
- <span @click="allocation()" class="main-header-link">去分配</span>
- </div>
- </el-col>
- <el-col :span="8" :offset="4">
- <el-input placeholder="请输入老师名字" v-model="filters.inputValue" class="input-with-select">
- <el-select
- v-model="filters.OptionsValue"
- @change="InfoWatch"
- slot="prepend"
- placeholder="选年级"
- minlength="20"
- >
- <el-option
- v-for="(item, k) in options"
- :key="k"
- :label="item.label"
- :value="item.str"
- ></el-option>
- </el-select>
- <el-select
- v-model="filters.gradesValue"
- @change="InfoWatch"
- slot="prepend"
- placeholder="选科目"
- minlength="20"
- >
- <el-option
- v-for="(item, k) in grades"
- :key="k"
- :label="item.label"
- :value="item.str"
- ></el-option>
- </el-select>
- <el-button @click="InfoWatch" slot="append" icon="el-icon-search"></el-button>
- </el-input>
- </el-col>
- <!--<div class="block">-->
- <!--<el-date-picker-->
- <!--v-model="filters.MaxtimeValue"-->
- <!--value-format="yyyy-MM-dd HH:mm:ss"-->
- <!--type="date"-->
- <!--@change="InfoWatch"-->
- <!--placeholder="选择日期"-->
- <!--></el-date-picker>-->
- <!--</div>-->
- </el-row>
- <el-row :gutter="20" class="main-header">
- <el-col :span="24">
- <div class="table">
- <div class="table-head">
- <div>头像</div>
- <div>姓名</div>
- <div>等待作业数</div>
- <div>作业最长等待时长</div>
- <div>今日累计批改时间</div>
- <div>今日响应速度</div>
- <div>状态</div>
- </div>
- <div class="tr" v-for="(v, k) of monitorTeacherList.list" :key="k">
- <!-- 在线 -->
- <div v-if="v.status == '1'" class="tr-first" :class="{BgcColor:k%2 !== 1}">
- <div>
- <i
- :class="[isDown && isDownindex === k?'el-icon-caret-bottom':'el-icon-caret-right']"
- @click="dropDown(v,k)"
- ></i>
- <img :src="BASE_URL + v.imgUrl" alt class="table-img" v-if="v.imgUrl" @click="isShow(v,3)">
- <img src="../../assets/img/user.jpg" alt="" v-if="!v.imgUrl" class="table-img">
- </div>
- <div>{{v.name}}</div>
- <div>{{v.waitCount}}份</div>
- <div class="tr-active">{{v.maxWaitTime}}</div>
- <div style="width:200px;">{{v.totalCorrectTime}}</div>
- <div>{{v.respSpeed}}</div>
- <div>在线</div>
- </div>
- <!-- 离线 -->
- <div v-if="v.status == '2'" style="color:#BEBEBE" class="tr-first" :class="{BgcColor:k%2 !== 1}">
- <div>
- <i
- :class="[isDown && isDownindex === k?'el-icon-caret-bottom':'el-icon-caret-right']"
- @click="dropDown(v,k)"
- ></i>
- <img :src="BASE_URL + v.imgUrl" alt class="table-img" @click="isShow(v,3)">
- </div>
- <div>{{v.name}}</div>
- <div>{{v.waitCount}}份</div>
- <div>{{v.maxWaitTime}}</div>
- <div style="width:200px;">{{v.totalCorrectTime}}</div>
- <div>{{v.respSpeed}}</div>
- <div>离线</div>
- </div>
- <!-- 封号 -->
- <div v-if="v.status == '3'" style="color:#FF6767" class="tr-first" :class="{BgcColor:k%2 !== 1}">
- <div>
- <i
- :class="[isDown && isDownindex === k?'el-icon-caret-bottom':'el-icon-caret-right']"
- @click="dropDown(v,k)"
- ></i>
- <img :src="BASE_URL + v.imgUrl" alt class="table-img" @click="isShow(v,3)">
- </div>
- <div>{{v.name}}</div>
- <div>{{v.waitCount}}份</div>
- <div>{{v.maxWaitTime}}</div>
- <div style="width:200px;">{{v.totalCorrectTime}}</div>
- <div>{{v.respSpeed}}</div>
- <div>已封号</div>
- </div>
- <div
- class="tr-setNo"
- v-if="isDownindex === k && isDown && TeacherHomeworkList.list.length == 0"
- >暂无数据!</div>
- <div v-if="isDownindex === k && isDown">
- <div class="tr-second" v-for="(v, k) of TeacherHomeworkList.list" :key="k">
- <div class="tr-seconds" style="width:16px;">{{k+1}}</div>
- <div class="tr-seconds tr-w120">
- <span @click="isShow(v,4)" style="cursor: pointer;" class="tr-second-check">查看</span>
- <span>{{v.name}}</span>
- </div>
- <div v-if="v.status !== 1" class="tr-secondsA">{{v.spendTime}}</div>
- <div
- v-if="v.status === 1"
- class="tr-secondsA"
- style="color:#52CC60"
- >{{v.spendTime}}</div>
- <div class="tr-seconds width40">{{v.subject}}</div>
- <div class="tr-seconds width40">{{v.grade}}</div>
- <div v-if="v.status === 1" class="tr-seconds width40">未批改</div>
- <div v-if="v.status === 2" class="tr-seconds width40" style="color:#FFC303">批改中</div>
- <div v-if="v.status === 3" class="tr-seconds width40">已批改</div>
- <div class="tr-sw180" v-if="v.status === 1">
- <el-button type plain @click="ToAppovalOline(v)">去批改</el-button>
- <el-button @click="isShow(v,1)" type="success">去分配</el-button>
- </div>
- <div class="tr-sw180" v-if="v.status === 3 && v.isCheck ===1">
- <span>{{v.checkCount}}</span>
- <span style="color:#bbbbbb;">/{{v.picTotal}}</span>
- <el-button type="info">
- <a
- style="text-decoration:none;color:#ffffff;"
- :href="'http://120.77.207.0:8081/kmt/index.html?homeworkId='+v.homeworkId+'&unionid='+unionid+'&teacherId='+homeworkLIst.teacherId+'&state='+2"
- >已检查</a>
- </el-button>
- <span style="color:red;font-size:12px;">报错{{v.wrongCount}}</span>
- </div>
- <div class="tr-sw180" v-if="v.status === 3 && v.isCheck ===0">
- <el-button type="warning">
- <a
- style="text-decoration:none;color:#ffffff;"
- :href="'http://120.77.207.0:8081/kmt/index.html?homeworkId='+v.homeworkId+'&unionid='+unionid+'&teacherId='+homeworkLIst.teacherId+'&state='+2"
- >去检查</a>
- </el-button>
- </div>
- </div>
- <!-- 分页显示 -->
- <el-pagination
- background
- @size-change="handleSizeChange3"
- @current-change="pageChange3"
- :page-sizes="[10, 20]"
- layout="total, sizes, prev, pager, next, jumper"
- :total="parseInt(TeacherHomeworkList.pages)"
- :hide-on-single-page="true"
- ></el-pagination>
- </div>
- </div>
- </div>
- <!-- 分页显示 -->
- <el-pagination
- background
- @size-change="handleSizeChange"
- @current-change="pageChange"
- :page-sizes="[10]"
- layout="total, sizes, prev, pager, next, jumper"
- :total="parseInt(monitorTeacherList.pages)"
- :hide-on-single-page="true"
- ></el-pagination>
- <div style="clear:both;"></div>
- </el-col>
- </el-row>
- </el-col>
- <!--当天-->
- <el-col :span="18" class="main" v-if="modelindex == 1">
- <el-row :gutter="20" class="main-header">
- <el-col :span="5">
- <div class="main-header-item">今日报错总次数:<span style="color:red;">{{DayTeacherList.wrongCount}}次</span></div>
- </el-col>
- <el-col :span="4" :offset="10">
- <!-- <input type="text" placeholder="请输入老师名字" v-model="filters1.inputValue" class="input-with-new">
- <el-button @click="InfoWatchDay" type="primary" icon="el-icon-search"></el-button> -->
- <el-input placeholder="请输入老师名字" v-model="filters1.inputValue" class="input-with-select">
- <el-button @click="InfoWatchDay" slot="append" icon="el-icon-search"></el-button>
- </el-input>
- </el-col>
- <el-col :span="4">
- <div class="block">
- <el-date-picker
- @change="InfoWatchDay"
- v-model="filters1.MaxtimeValue"
- value-format="yyyy-MM-dd"
- type="date"
- placeholder="filters1.MaxtimeValue"
- ></el-date-picker>
- </div>
- </el-col>
- </el-row>
- <el-row :gutter="20" class="main-header">
- <el-col :span="24">
- <div class="table">
- <div class="table-head">
- <div>头像</div>
- <div>姓名</div>
- <div>被报错</div>
- <div>科目</div>
- <div>批改总份数</div>
- <div>批改总张数</div>
- <div>平均批改时间</div>
- <div>出勤</div>
- </div>
- <div class="tr" v-for="(v, k) of DayTeacherList.list" :key="k">
- <div class="tr-first" :class="{BgcColor:k%2 !== 1}">
- <div>
- <img :src="BASE_URL + v.imgUrl" alt v-if="v.imgUrl" class="table-img">
- <img src="../../assets/img/user.jpg" alt="" v-if="!v.imgUrl" class="table-img">
- </div>
- <div>{{v.name}}</div>
- <div v-if="v.wrongCount == 0">{{v.wrongCount}}次</div>
- <div style="color:red;" v-if="v.wrongCount > 0">{{v.wrongCount}}次</div>
- <div class="tr-active">{{v.subject}}</div>
- <div>{{v.homeworkCount}}</div>
- <div>{{v.homeworkPicCount}}/张</div>
- <div style="width:240px;">{{v.avgTime}}</div>
- <div>{{v.attendance}}</div>
- <!-- <div v-if="v.attendance == 正常">{{v.attendance}}</div>
- <div style="color:#52cc60;" v-if="v.attendance == 未出勤">{{v.attendance}}</div> -->
- </div>
- </div>
- </div>
- <!-- 分页显示 -->
- <el-pagination
- background
- @size-change="handleSizeChange1"
- @current-change="pageChange1"
- :page-sizes="[10]"
- layout="total, sizes, prev, pager, next, jumper"
- :total="parseInt(DayTeacherList.pages)"
- :hide-on-single-page="true"
- ></el-pagination>
- <!-- <div style="float:right;margin-left:15px;">
- <el-button @click="myVisible = false" size="small">取 消</el-button>
- <el-button type="primary" size="small" @click="submit">确定</el-button>
- </div>-->
- <div style="clear:both;"></div>
- </el-col>
- </el-row>
- </el-col>
- <!--当月-->
- <el-col :span="18" class="main" v-if="modelindex == 2">
- <el-row :gutter="20" class="main-header">
- <el-col :span="5">
- <div class="main-header-item">当月报错总次数:<span style="color:red;">{{MothTeacherList.totalWrongCount}}次</span></div>
- </el-col>
- <el-col :span="4" :offset="10">
- <el-input placeholder="请输入老师名字" v-model="filters2.inputValue" class="input-with-select">
- <el-button @click="InfoWatchMoth" slot="append" icon="el-icon-search"></el-button>
- </el-input>
- </el-col>
- <el-col :span="4">
- <div class="block">
- <el-date-picker
- @change="InfoWatchMoth"
- v-model="filters2.MaxtimeValue"
- type="month"
- value-format="yyyy-MM"
- placeholder="filters2.MaxtimeValue"
- ></el-date-picker>
- </div>
- </el-col>
- </el-row>
- <el-row :gutter="20" class="main-header">
- <el-col :span="3" :offset="1">
- <div class="main-header-item">月出勤率:{{MothTeacherList.totalAttendanceRate}}</div>
- </el-col>
- <el-col :span="4">
- <div class="main-header-item">批改总份数:{{MothTeacherList.totalHomeworkCount}}</div>
- </el-col>
- <el-col :span="4">
- <div class="main-header-item">批改总张数:{{MothTeacherList.totalHomeworkPicCount }}</div>
- </el-col>
- <el-col :span="4">
- <div class="main-header-item">批改平均时间:{{MothTeacherList.totalAvgTime}}</div>
- </el-col>
- <el-col :span="4">
- <div class="main-header-item">平均满意度:{{MothTeacherList.totalSatisfactionDegree}}</div>
- </el-col>
- <el-col :span="4">
- <div class="main-header-item">正确率:{{MothTeacherList.totalAccuracyRate}}</div>
- </el-col>
- </el-row>
- <el-row :gutter="20" class="main-header">
- <el-col :span="24">
- <div class="table">
- <div class="table-head">
- <div>头像</div>
- <div>姓名</div>
- <div>被报错</div>
- <div>科目</div>
- <div>批改总份数</div>
- <div>批改总张数</div>
- <div>正确率</div>
- <div>满意度</div>
- <div>平均批改时间</div>
- <div>出勤率</div>
- </div>
- <div class="tr" v-for="(v, k) of MothTeacherList.list" :key="k">
- <div class="tr-first" :class="{BgcColor:k%2 !== 1}">
- <div>
- <img :src="BASE_URL + v.imgUrl" alt v-if="v.imgUrl" class="table-img">
- <img src="../../assets/img/user.jpg" alt="" v-if="!v.imgUrl" class="table-img">
- </div>
- <div>{{v.name}}</div>
- <div v-if="v.wrongCount == 0">{{v.wrongCount}}次</div>
- <div style="color:red;" v-if="v.wrongCount > 0">{{v.wrongCount}}次</div>
- <div class="tr-active">{{v.subject}}</div>
- <div>{{v.homeworkCount}}</div>
- <div>{{v.homeworkPicCount}}/张</div>
- <div>{{v.accuracyRate}}</div>
- <div>{{v.satisfactionDegree}}</div>
- <div style="width:240px;">{{v.avgTime}}</div>
- <div>{{v.attendance}}</div>
- </div>
- </div>
- </div>
- <!-- 分页显示 -->
- <el-pagination
- background
- @size-change="handleSizeChange2"
- @current-change="pageChange2"
- :page-sizes="[10]"
- layout="total, sizes, prev, pager, next, jumper"
- :total="parseInt(MothTeacherList.pages)"
- :hide-on-single-page="true"
- ></el-pagination>
- <!-- <div style="float:right;margin-left:15px;">
- <el-button @click="myVisible = false" size="small">取 消</el-button>
- <el-button type="primary" size="small" @click="submit">确定</el-button>
- </div>-->
- <div style="clear:both;"></div>
- </el-col>
- </el-row>
- </el-col>
- <!-- 分页显示 -->
- </el-row>
- <!--可分配老师-->
- <div class="showModel" @click="allShowModel(1)" v-if="hiddenModel"></div>
- <div class="model" style="width:30%; height:40%;top:5%" v-if="hiddenModel">
- <div class="model-text">
- <div class="model-text-head">
- <div>可分配老师</div>
- <div>{{allotList.Allotgarde}}{{allotList.Allotsubjct}}</div>
- </div>
- <div class="tr-setNo" v-if="TeacherAllotList.list.length == 0">暂无数据!</div>
- <div
- class="model-itemss"
- style="margin:10px;"
- v-for="(v, k) in TeacherAllotList.list"
- :key="k"
- >
- <div class="model-items-left">
- <div class="model-items-left-top">
- <div>
- <img
- :src="BASE_URL + v.imgUrl"
- v-if="v.imgUrl"
- alt
- class="model-items-left-top-img"
- >
- <img
- src="../../assets/img/user.jpg"
- v-if="!v.imgUrl"
- alt
- class="model-items-left-top-img"
- >
- <div style="display: inline-block;text-align: left">
- <div style="font-size: 24px">{{v.name}}</div>
- <div class="model-items-left-top-number">等待学生:{{v.waitCount}}</div>
- </div>
- </div>
- <div>
- <el-button v-show="v.type && v.type === 1" disabled type="info">已分配</el-button>
- <el-button
- v-show="!v.type || v.type !== 1"
- @click="GOtoTeacherAllot(v,k)"
- type="success"
- >分配</el-button>
- </div>
- </div>
- </div>
- </div>
- <!-- 分页显示 -->
- <el-pagination
- background
- @size-change="handleSizeChange4"
- @current-change="pageChange4"
- :page-sizes="[10]"
- layout="total, sizes, prev, pager, next, jumper"
- :total="parseInt(TeacherAllotList.pages)"
- :hide-on-single-page="true"
- ></el-pagination>
- </div>
- </div>
- <!-- 无未批改作业 v-if="isNocheck"-->
- <div class="no-homework" id="noHomework">
- <div>无可分配作业</div>
- <img src="../../assets/img/wu_fen_pei_zuo_ye.png" alt>
- </div>
- <!--所有未批改作业-->
- <div class="showModel" @click="allShowModel(2)" v-if="isPigai"></div>
- <div class="model" style="width:50%" v-if="isPigai">
- <div class="model-text">
- <div class="model-text-head">
- <div>所有未批改作业</div>
- </div>
- <div>
- <!-- UnallotHomeworkInfo -->
- <!-- <div class="tr-setNo" v-if="UnallotHomeworkInfo.list.length == 0">
- 暂无数据!
- </div>-->
- <div class="table-heads1">
- <div>学生</div>
- <div>等待时长</div>
- <div>科目</div>
- <div>年级</div>
- <div>未批改老师</div>
- </div>
- <div class="tr-set" v-for="(v, k) of UnallotHomeworkInfo.list" :key="k">
- <div class="tr-secon">{{k+1}}</div>
- <div class="tr-secon" style="width:50px;">
- <span>{{v.name}}</span>
- </div>
- <div class="tr-secon" style="width:60px;">等待:{{v.spendTime}}</div>
- <div class="tr-secon">{{v.subject}}</div>
- <div class="tr-secon">{{v.grade}}</div>
- <div v-if="v.status === 1" class="tr-secon">未批改</div>
- <div v-if="v.status === 2" class="tr-secon">批改中</div>
- <div v-if="v.status === 3" class="tr-secon">已批改</div>
- <div class="tr-secon">{{v.teacherName}}</div>
- <div class>
- <el-button type="success" @click="ToAppovalOline(v)" plain>去批改</el-button>
- <el-button type="success" @click="isShow(v,5)">去分配</el-button>
- </div>
- </div>
- <el-pagination
- background
- @size-change="handleSizeChange3"
- @current-change="pageChange3"
- :page-sizes="[10]"
- layout="total, sizes, prev, pager, next, jumper"
- :total="parseInt(UnallotHomeworkInfo.pages)"
- :hide-on-single-page="true"
- ></el-pagination>
- </div>
- </div>
- </div>
- <!--所有未批改可分配老师列表弹框-->
- <div class="showModel" @click="allShowModel(5)" v-if="NoAllotManagerModel"></div>
- <div class="model" style="width:40%" v-if="NoAllotManagerModel">
- <div class="model-text" style="padding: 0 10px">
- <div class="model-manager">
- <div>作业可分配老师</div>
- <div>
- <img src="../../assets/img/del@2x.png" alt @click="allShowModel(5)">
- </div>
- </div>
- <div class="allocation-items" v-for="(v, k) in TeacherAllotList.list" :key="k">
- <div class="model-items-left">
- <div class="model-items-left-top">
- <div>
- <img
- :src="BASE_URL + v.imgUrl"
- v-if="v.imgUrl"
- alt
- class="model-items-left-top-img"
- >
- <img
- src="../../assets/img/user.jpg"
- v-if="!v.imgUrl"
- alt
- class="model-items-left-top-img"
- >
- <div style="display: inline-block;text-align: left;">
- <div style="font-size: 24px;margin-left: 10px">{{v.name}}</div>
- <div class="model-items-left-top-number">老师数量:{{v.teacherCount}}</div>
- </div>
- </div>
- <div>
- <el-button v-show="v.type && v.type === 1" disabled type="info">已分配</el-button>
- <el-button
- v-show="!v.type || v.type !== 1"
- @click="GOtoTeacherAllotAppovar(v,k)"
- type="success"
- >分配</el-button>
- </div>
- </div>
- </div>
- </div>
- <el-pagination
- background
- @size-change="handleSizeChange6"
- @current-change="pageChange6"
- :page-sizes="[10]"
- layout="total, sizes, prev, pager, next, jumper"
- :total="parseInt(TeacherAllotList.pages)"
- :hide-on-single-page="true"
- ></el-pagination>
- </div>
- </div>
- <!-- 老师详情弹框 -->
- <div class="showModel" @click="allShowModel(3)" v-if="ModelAppor"></div>
- <div class="model" style="width:35%;left: 32.5%" v-if="ModelAppor">
- <div class="model-text">
- <div class="model-manager">
- <div>批改老师</div>
- <div>
- <img src="../../assets/img/del@2x.png" alt @click="allShowModel(3)">
- </div>
- </div>
- <div class="model-items" style="width: 100%">
- <div class="model-items-first">
- <div>
- <img
- :src="BASE_URL + GetTeacherDetail.imgUrl"
- v-if="GetTeacherDetail.imgUrl"
- alt
- class="model-items-first-img"
- >
- <img
- src="../../assets/img/user.jpg"
- v-if="!GetTeacherDetail.imgUrl"
- alt
- class="model-items-first-img"
- >
- <div class="model-items-first-left">
- <div class="Onlinename">{{GetTeacherDetail.name}}</div>
- <div v-if="GetTeacherDetail.status ===1" class="Online">(在线)</div>
- <div v-if="GetTeacherDetail.status ===0" class="Online">(离线)</div>
- <div class="model-items-first-left-down">{{GetTeacherDetail.school}}</div>
- </div>
- </div>
- </div>
- <div class="model-items-other model-active">批改科目 : {{GetTeacherDetail.subject}}</div>
- <div class="model-items-other">
- 批改年级 :
- <span v-for="(v, k) of arrGrade" :key="k">{{v}},</span>
- </div>
- <div class="model-items-other model-active">
- 可批改时间:
- <div class="buttonAppoval" v-show="arrPeriod.length>1">
- <el-button type="info" round v-for="(v, k) of arrPeriod" :key="k">{{v}}</el-button>
- </div>
- </div>
- <div class="model-items-other">手机号 : {{GetTeacherDetail.phone}}</div>
- <div class="model-items-other model-active">上次登录时间 : {{GetTeacherDetail.lastOnlineTime}}</div>
- <div class="model-items-other">批改正确率 : {{GetTeacherDetail.accuracyRate}}</div>
- <div class="model-items-other model-active">被报错总次数 : {{GetTeacherDetail.wrongCount}}</div>
- <div class="model-items-other">满意度 : {{GetTeacherDetail.satisfactionDegree}}</div>
- </div>
- </div>
- </div>
- <!-- 学生详情弹框 -->
- <div class="showModel" @click="allShowModel(4)" v-if="ModelStudet"></div>
- <div class="model" style="width:35%;left: 32.5%" v-if="ModelStudet">
- <div class="model-text">
- <div class="model-manager">
- <div>学生详情</div>
- <div>
- <img src="../../assets/img/del@2x.png" alt @click="allShowModel(4)">
- </div>
- </div>
- <div class="model-items">
- <div class="model-items-first">
- <div>
- <img :src="BASE_URL + GetStudentDetail.imgUrl" alt class="model-items-first-img">
- <img
- src="../../assets/img/user.jpg"
- v-if="!GetStudentDetail.imgUrl"
- alt
- class="model-items-first-img"
- >
- <div class="model-items-first-left">
- <div class="Onlinename">{{GetStudentDetail.name}}</div>
- <div class="model-items-first-left-down">{{GetStudentDetail.school}}</div>
- </div>
- </div>
- </div>
- <div class="model-items-other model-active">所读年级 : {{GetStudentDetail.grade}}</div>
- <div class="model-items-other">性别 : {{GetStudentDetail.sex==1?'男':'女'}}</div>
- <div class="model-items-other model-active">联系方式 : {{GetStudentDetail.phone}}</div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- import { mapGetters, mapActions } from "vuex";
- import { BASE_URL } from '@/config'
- export default {
- components: {},
- name: "actvResolveLabel",
- props: {},
- data() {
- return {
- unionid:localStorage.getItem("unionid"),
- accessToken:localStorage.getItem("accessToken"), //token
- managerId:"",// 超级管理员登陆ID
- ApporhomeworkId:"",
- // BASE_URL:'https://img.sharingschool.com', //正式环境图片地址
- BASE_URL:'https://xtimg.sharingschool.com/',
- // BASE_URL: BASE_URL,
- isDownindex: "",
- modelindex: 0,
- values: [],
- arrGrade:[],
- NoAllotManagerModel:false, //未批改作业可分配老师弹框
- hiddenModel: false, //分配老师弹框
- isPigai: false,//未批改作业弹框
- ModelAppor:false,//批改老师详情信息弹框
- ModelStudet:false, //学生详情弹框
- isNocheck:false,//没有未批改作业
- isDown: false,
- options: [
- {
- value: "0",
- label: "1~2年级",
- str:'一年级,二年级'
- },
- {
- value: "1",
- label: "3~4年级",
- str:'三年级,四年级'
- },
- {
- value: "2",
- label: "5~6年级",
- str:'五年级,六年级'
- },
- {
- value: "3",
- label: "全部",
- str:''
- }
- ],
- grades: [
- {
- value: "0",
- label: "语文",
- str:"语文"
- },
- {
- value: "1",
- label: "数学",
- str:"数学"
- },
- {
- value: "2",
- label: "英语",
- str:"数学"
- },
- {
- value: "3",
- label: "全部",
- str:""
- }
- ],
- ItemList: [
- {
- text: "数据监控"
- },
- {
- text: "当天"
- },
- {
- text: "当月"
- }
- ],
- filters: {
- //超级管理员的当天数据
- // 排序
- MaxtimeValue: "",
- OptionsValue: "",
- gradesValue: "",
- inputValue: "",
- pageNo: 1,
- pageSize: 10,
- count: 100,
- orderField: "",
- orderAD: "",
- managerId:''
- },
- filters1: {
- //超级管理员的当天数据
- // 排序
- MaxtimeValue: this.dayFormatDate(),
- OptionsValue: "",
- gradesValue: "",
- inputValue: "",
- pageNo: 1,
- pageSize: 10,
- count: 0,
- orderField: "",
- orderAD: ""
- },
- filters2: {
- //超级管理员的当月数据
- // 排序
- MaxtimeValue: this.monthFormatDate(),
- OptionsValue: "",
- gradesValue: "",
- inputValue: "",
- pageNo: 1,
- pageSize: 10,
- count: 0,
- orderField: "",
- orderAD: ""
- },
- filters3: {
- //超级管理员查看学员列表
- // 排序
- MaxtimeValue: "",
- OptionsValue: "",
- gradesValue: "",
- inputValue: "",
- pageNo: 1,
- pageSize: 10,
- count: 0,
- orderField: "",
- orderAD: ""
- },
- homeworkLIst: {
- pageNo: 1,
- pageSize: 10,
- teacherId:""
- },
- allotList: {
- Allotgarde: "",
- Allotsubjct: "",
- pageNo: 1,
- pageSize: 10,
- homeworkId: ""
- },
- allNoapprovalList:{
- Allotgarde: "",
- Allotsubjct: "",
- pageNo: 1,
- pageSize: 10,
- homeworkId: ""
- },
- AllotButton: ""
- };
- },
- created(){
- const managerId = this.$route.query.managerId
- this.managerId = managerId
- },
- watch:{
- getTeacherIdStatus(val, oldVal){ //普通的watch监听
- this.InfoWatch();
- },
- BeforetoTeacherAllotCode(val, oldVal){ //普通的watch监听
- window.open('http://120.77.207.0:8081/kmt/index.html?homeworkId=' + this.ApporhomeworkId + '&unionid=' + this.unionid + '&teacherId=' + this.homeworkLIst.teacherId + '&state=' + 1)
- },
- BeforetoTeacherstatues(val, oldVal){ //普通的watch监听
- // 查看老师批改作业列表
- this.$store.dispatch("TeacherHomeworkList", {
- teacherId: this.homeworkLIst.teacherId,
- maxCreateTime: this.filters.MaxtimeValue,
- pageNo: this.homeworkLIst.pageNo,
- pageSize: this.homeworkLIst.pageSize
- });
- },
- },
- computed: {
- ...mapGetters([
- "getUser",
- "monitorTeacherList",
- "TeacherHomeworkList",
- "TeacherAllotList",
- "TeacherAllotstatus",
- "DayTeacherList",
- "MothTeacherList",
- "UnallotHomeworkInfo",
- "GetTeacherDetail",
- "GetStudentDetail",
- "getTeacherIdStatus",
- "BeforetoTeacherAllotCode",
- "BeforetoTeacherstatues"
- ])
- },
- methods: {
- ...mapActions(["setUser"]),
- // 去批改前分配老师
- async ToAppovalOline(v) {
- let ApporhomeworkId = v.homeworkId
- this.ApporhomeworkId = ApporhomeworkId
- this.$store.dispatch("BeforetoTeacherAllot", {
- teacherId: localStorage.getItem("userId"),
- homeworkId: v.homeworkId
- });
- },
- // 点击下拉
- dropDown(v, k) {
- this.isDown = !this.isDown;
- // console.log(!this.isDown)
- this.isDownindex = k;
- // if (this.isDown = true){
- // this.isDown = true;
- // }
- this.TeacherHomework(v);
- },
- // // 分页
- // pageChange(val) {
- // this.filters.pageNo = val;
- // this.itemListReshow();
- // },
- // changeDateSlot(dateSlot) {
- // if (dateSlot) {
- // this.filters.startDate = dateSlot[0];
- // this.filters.endDate = dateSlot[1];
- // } else {
- // this.filters.startDate = null;
- // this.filters.endDate = null;
- // }
- // },
- // 获取校区管理员监控数据
- async InfoWatch() {
- this.isDown = false;
- this.$store.dispatch("InfoWatch", {
- grade: this.filters.OptionsValue,
- subject: this.filters.gradesValue,
- teacherName: this.filters.inputValue,
- maxCreateTime: "",
- pageNo: this.filters.pageNo,
- pageSize: this.filters.pageSize,
- managerId:this.managerId || ''
- });
- },
- // 获取校区管理员当天数据
- async InfoWatchDay() {
- this.$store.dispatch("InfoWatchDay", {
- grade: this.filters.OptionsValue,
- subject: this.filters.gradesValue,
- teacherName: this.filters1.inputValue,
- maxCreateTime:"",
- oneDay: this.filters1.MaxtimeValue,
- pageNo: this.filters1.pageNo,
- pageSize: this.filters1.pageSize,
- managerId:this.managerId || ''
- });
- },
- // 获取校区管理员当月数据
- async InfoWatchMoth() {
- this.$store.dispatch("InfoWatchMoth", {
- grade: this.filters.OptionsValue,
- subject: this.filters.gradesValue,
- teacherName: this.filters2.inputValue,
- maxCreateTime: "",
- oneMonth: this.filters2.MaxtimeValue,
- pageNo: this.filters2.pageNo,
- pageSize: this.filters2.pageSize,
- managerId:this.managerId || ''
- });
- },
- // 查看老师批改作业列表
- async TeacherHomework(v) {
- this.homeworkLIst.teacherId = v.teacherId
- this.$store.dispatch("TeacherHomeworkList", {
- teacherId: v.teacherId,
- maxCreateTime: "",
- pageNo: this.homeworkLIst.pageNo,
- pageSize: this.homeworkLIst.pageSize
- });
- },
- // 分页查看老师批改作业列表
- async TeacherHomeworkfy() {
- this.$store.dispatch("TeacherHomeworkList", {
- teacherId: this.homeworkLIst.teacherId,
- maxCreateTime: this.filters.MaxtimeValue,
- pageNo: this.homeworkLIst.pageNo,
- pageSize: this.homeworkLIst.pageSize
- });
- },
- // 可分配老师列表
- async TeacherAllot(v) {
- this.$store.dispatch("TeacherAllotList", {
- grade: v.grade,
- subject: v.subject,
- maxCreateTime: this.filters.MaxtimeValue,
- pageNo: this.allotList.pageNo,
- pageSize: this.allotList.pageSize
- });
- },
- // 可分配老师列表分页
- async TeacherAllotfy() {
- this.$store.dispatch("TeacherAllotList", {
- grade: this.allotList.Allotgarde,
- subject: this.allotList.Allotsubjct,
- maxCreateTime: this.filters.MaxtimeValue,
- pageNo: this.allotList.pageNo,
- pageSize: this.allotList.pageSize
- });
- },
- // 未批改作业列表列表
- async UnallotHomework() {
- this.$store.dispatch("UnallotHomeworkList", {
- maxCreateTime: this.filters.MaxtimeValue,
- pageNo: this.homeworkLIst.pageNo,
- pageSize: this.homeworkLIst.pageSize
- });
- },
- // 未批改作业分配老师
- async GOtoTeacherAllotAppovar(v, k) {
- this.$store.dispatch("toTeacherAllot", {
- teacherId: v.teacherId,
- homeworkId: this.allNoapprovalList.homeworkId
- });
- v.type = 1;
- this.$set(this.TeacherAllotList.list, k, v);
- this.NoAllotManagerModel = false
- this.UnallotHomework()
- this.isPigai = true;
- },
- // 分配老师
- async GOtoTeacherAllot(v, k) {
- this.$store.dispatch("toTeacherAllot", {
- teacherId: v.teacherId,
- homeworkId: this.allotList.homeworkId
- });
- v.type = 1;
- this.$set(this.TeacherAllotList.list, k, v);
- this.hiddenModel = false
- },
- // 查看老师详情信息
- async GetTeacherInfo(v) {
- this.$store.dispatch("GetTeacherDetail", {
- teacherId: v.teacherId,
- });
- var arr = this.GetTeacherDetail.grade.split(',');
- this.arrPeriod = this.GetTeacherDetail.period.split(',') || [];
- var arrList = [];
- for (var i in arr) {
- if (arr[i] == '一年级' || arr[i] == '二年级') {
- arrList.push('1-2年级')
- } else if (arr[i] == '三年级' || arr[i] == "四年级") {
- arrList.push('3-4年级')
- } else if (arr[i] == '五年级' || arr[i] == "六年级") {
- arrList.push('5-6年级')
- }
- }
- this.arrGrade = this.uniq(arrList) || [];
- },
- // 查看学生详情信息
- async GetStudentInfo(v) {
- this.$store.dispatch("GetStudentDetail", {
- vipId: v.vipId,
- });
- },
- selectTitle(k) {
- this.modelindex = k;
- if (k === 0) {
- this.InfoWatch();
- }
- if (k === 1) {
- this.InfoWatchDay();
- }
- if (k === 2) {
- this.InfoWatchMoth();
- }
- },
- isShow(v, str) {
- let _this = this;
- // scroll= (window).scrollTop();
- // $ ( ‘html’ ).css({ ‘overflow’ : ’hidden’ , ’position’: ’fixed’, ’top’: ’- ‘+scroll+’px’})
- if (str == 1) {
- _this.hiddenModel = true;
- this.TeacherAllot(v);
- this.allotList.Allotgarde = v.grade;
- this.allotList.Allotsubjct = v.subject;
- this.allotList.homeworkId = v.homeworkId;
- } else if (str == 2) {
- _this.isPigai = true;
- this.UnallotHomework();
- }
- else if (str == 3) {
- _this.ModelAppor = true;
- this.GetTeacherInfo(v)
- }
- else if (str == 4) {
- _this.ModelStudet = true;
- this.GetStudentInfo(v)
- }
- else if (str == 5) {
- this.allNoapprovalList.Allotgarde = v.grade;
- this.allNoapprovalList.Allotsubjct = v.subject;
- this.allNoapprovalList.homeworkId = v.homeworkId;
- _this.NoAllotManagerModel = true;
- _this.isPigai = false;
- this.NoapporvalTeacherAllot(v);
- // this.GetAllotManagerInfo()
- }
- },
- // 未批改作业可分配老师列表
- async NoapporvalTeacherAllot(v) {
- this.$store.dispatch("TeacherAllotList", {
- grade: v.grade || this.allNoapprovalList.Allotgarde,
- subject: v.subject || this.allNoapprovalList.Allotsubjct,
- maxCreateTime: this.filters.MaxtimeValue,
- pageNo: 1,
- pageSize: this.allNoapprovalList.pageSize
- });
- },
- // 未批改作业可分配老师分页列表
- async NoapporvalTeacherAllotfy() {
- this.$store.dispatch("TeacherAllotList", {
- grade: this.allNoapprovalList.Allotgarde,
- subject: this.allNoapprovalList.Allotsubjct,
- maxCreateTime: this.filters.MaxtimeValue,
- pageNo: this.allNoapprovalList.pageNo,
- pageSize: this.allNoapprovalList.pageSize
- });
- },
- // 去分配
- allocation(){
- var noHomework = document.getElementById('noHomework');
- this.InfoWatch()
- if (this.monitorTeacherList.unCorrectCount == 0){
- noHomework.style.display = "block";
- setTimeout(function () {
- noHomework.style.display = "none";
- }, 1000);
- } else {
- this.isShow(this.monitorTeacherList,2)
- }
- },
- //年月日时间封装
- dayFormatDate: function () {
- let date = new Date();
- let y = date.getFullYear();
- let MM = date.getMonth() + 1;
- MM = MM < 10 ? ('0' + MM) : MM;
- let d = date.getDate();
- d = d < 10 ? ('0' + d) : d;
- return y + '-' + MM + '-' + d;
- },
- //年月时间封装
- monthFormatDate: function () {
- let date = new Date();
- let y = date.getFullYear();
- let MM = date.getMonth() + 1;
- MM = MM < 10 ? ('0' + MM) : MM;
- return y + '-' + MM;
- },
- //关闭弹框
- allShowModel(str) {
- let _this = this;
- if (str == 1) {
- _this.hiddenModel = false;
- } else if (str == 2) {
- _this.isPigai = false;
- }
- else if (str == 3) {
- _this.ModelAppor = false;
- }
- else if (str == 4) {
- _this.ModelStudet = false;
- }
- else if (str == 5) {
- _this.NoAllotManagerModel = false;
- }
- },
- // 数组去重
- uniq(array){
- var temp = []; //一个新的临时数组
- for (var i = 0; i < array.length; i++){
- if (temp.indexOf(array[i]) == -1) {
- temp.push(array[i]);
- }
- }
- return temp;
- },
- // 输入框按键方法
- keyCodeMethod(e) {
- if (e.keyCode === 13) return this.itemListReshow();
- },
- expandChange(row, expandRows) {
- for (let item of expandRows) {
- if (row === item) {
- this.expandRowKeys = [row.nodId];
- }
- }
- },
- changeDateSlot(dateSlot) {
- if (dateSlot) {
- this.filters.startDate = dateSlot[0];
- this.filters.endDate = dateSlot[1];
- } else {
- this.filters.startDate = null;
- this.filters.endDate = null;
- }
- },
- actvTypeChange(typeList) {
- switch (typeList.length) {
- case 1:
- this.filters.actvType = typeList[0];
- this.filters.actvSmallType = null;
- break;
- case 2:
- this.filters.actvType = null;
- this.filters.actvSmallType = typeList[1];
- break;
- default:
- this.filters.actvType = null;
- this.filters.actvSmallType = null;
- break;
- }
- },
- handleSizeChange(val) {
- this.filters.pageSize = val;
- this.InfoWatch();
- },
- handleSizeChange1(val) {
- this.filters1.pageSize = val;
- this.InfoWatchDay();
- },
- handleSizeChange2(val) {
- this.filters2.pageSize = val;
- this.InfoWatchMoth();
- },
- handleSizeChange3(val) {
- this.homeworkLIst.pageSize = val;
- this.TeacherHomeworkfy();
- },
- handleSizeChange4(val) {
- this.allotList.pageSize = val;
- this.TeacherAllotfy();
- },
- handleSizeChange6(val) {
- this.allNoapprovalList.pageSize = val;
- this.NoapporvalTeacherAllotfy();
- },
- // 分页
- pageChange(val) {
- this.filters.pageNo = val;
- this.InfoWatch();
- }, // 分页
- pageChange1(val) {
- this.filters1.pageNo = val;
- this.InfoWatchDay();
- }, // 分页
- pageChange2(val) {
- this.filters2.pageNo = val;
- this.InfoWatchMoth();
- },
- pageChange3(val) {
- this.homeworkLIst.pageNo = val;
- this.TeacherHomeworkfy();
- },
- pageChange4(val) {
- this.allotList.pageNo = val;
- this.TeacherAllotfy();
- },
- pageChange6(val) {
- this.allNoapprovalList.pageNo = val;
- this.NoapporvalTeacherAllotfy();
- },
- // 排序
- sortChange(sort) {
- this.filters.orderField = sort.prop;
- this.filters.orderAD = sort.order != null ? sort.order : "";
- this.itemListReshow();
- },
- // 获取创建人列表
- // async getUserNameList() {
- // let {
- // userNameList = []
- // } = await this.$dao.actv.marketActDao.getUserNameList();
- // this.userNameList = userNameList || [];
- // let { list = [] } = await this.$dao.bsnsActvTypeAllList();
- // this.actvTypeList = list || [];
- // }
- },
- mounted() {
- this.InfoWatch();
- // this.getsetDictByType2();
- // this.getUserNameList();
- // this.itemListReshow();
- }
- };
- </script>
- <!-- Add "scoped" attribute to limit CSS to this component only -->
- <style>
- html,
- body {
- height: 100%;
- overflow: hidden;
- }
- ul{
- text-align: center;
- margin: 0 !important
- }
- .aside {
- background-color: #fff;
- margin-top: 16px;
- padding: 0;
- min-height: 880px;
- }
- .main {
- background-color: #fff;
- margin: 16px;
- padding: 0 !important;
- min-height: 980px;
- }
- .table-aside {
- color: #666666;
- font-size: 18px;
- text-align: center;
- line-height: 60px;
- cursor: pointer;
- }
- el-table {
- color: #999999;
- font-size: 18px;
- }
- .main-items {
- color: #393939;
- text-align: center;
- line-height: 80px;
- }
- .main-header-item {
- font-size: 16px;
- }
- .model-manager {
- display: flex;
- justify-content: space-between;
- margin: 30px;
- color: #393939;
- font-size: 24px;
- }
- .main-header-link {
- color: #52cc60;
- font-size: 18px;
- margin-left: 10px;
- cursor: pointer;
- text-decoration: underline;
- }
- .el-select {
- width: 100px;
- margin: -10px!important;
- }
- .input-with-select .el-input-group__prepend {
- background-color: #fff;
- }
- .input-with-new{
- border:1px solid #cccccc;
- border-radius:15px;
- height: 30px;
- line-height:30px;
- padding:10px;
- font-size: 12px;
- color:#eeeeee;
- width: 180px;
- }
- .active {
- background-color: #52cc60;
- color: #fff;
- }
- .el-input__inner {
- height: 32px;
- }
- .table-img {
- width: 36px;
- height: 36px;
- border-radius: 6px;
- margin-left: 14px;
- cursor: pointer;
- }
- .table {
- width: 94.5%!important;
- border-top: 1px solid #e5e5e5;
- margin: 0 43px;
- }
- .table-head {
- color: #999999;
- font-size: 18px;
- text-align: center;
- display: flex;
- justify-content: space-around;
- }
- .table-heads1 {
- margin-left:15%;
- width: 60%;
- color: #3ab548;
- font-size: 14px;
- text-align: center;
- display: flex;
- justify-content: space-around;
- }
- .table-heads1 > div {
- width: 13.528%;
- }
- .table-head > div {
- width: 13.528%;
- }
- .tr {
- width: 100%;
- color: #393939;
- font-size: 20px;
- text-align: center;
- }
- .tr-first {
- display: flex;
- justify-content: space-around;
- }
- .tr-first > div {
- width: 13.528%;
- }
- .tr-s {
- display: flex;
- justify-content: space-around;
- }
- .tr-set {
- background-color: #fbfbfb;
- display: flex;
- justify-content: space-around;
- color: #393939;
- font-size: 12px;
- margin: 20px;
- }
- .tr-setNo {
- display: flex;
- justify-content: space-around;
- color: #000000f1;
- font-size: 16px;
- margin: 20px;
- }
- .tr-secon {
- font-size: 12px;
- text-align: center;
- word-wrap: break-word;
- width: 40px;
- }
- .tr-second {
- background-color: #fbfbfb;
- display: flex;
- color: #393939;
- font-size: 20px;
- word-wrap: break-word;
- }
- .tr-seconds {
- text-align: center;
- font-size: 14px;
- word-wrap: break-word;
- margin: 0 50px;
- /* height: 30px; */
- }
- .width40 {
- width: 60px;
- }
- .tr-sw180 {
- width: 230px;
- text-align: center;
- }
- .tr-secondsA {
- text-align: center;
- font-size: 14px;
- word-wrap: break-word;
- width: 200px;
- }
- .tr-w120 {
- width: 160px;
- text-align: left;
- display: inline-block;
- /*height: 80px;*/
- /*line-height: 80px;*/
- }
- .tr-second-check {
- color: #3ab548;
- font-size: 17px;
- text-decoration: underline;
- }
- .Online {
- display: inline-block;
- }
- .Onlinename {
- display: inline-block;
- }
- .tr-active {
- color: #3ab548;
- }
- .BgcColor{
- background-color: #F7FBFC;
- }
- .showModel {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background: #000000;
- opacity: 0.2;
- overflow: hidden;
- z-index: 1000;
- color: #fff;
- }
- .model {
- z-index: 10000;
- width: 60%;
- height: auto;
- position: fixed;
- top: 15%;
- left: 30%;
- margin: auto;
- background: #fff;
- border-radius: 10px;
- text-align: center;
- }
- .model-text {
- background: rgba(255, 255, 255, 1);
- border-radius: 10px;
- }
- .model-items-first {
- padding: 0 34px;
- width: 100%;
- display: flex;
- justify-content: space-between;
- }
- .model-items-first-img {
- width: 68px;
- height: 68px;
- border-radius: 8px;
- position: relative;
- bottom: 20px;
- }
- .model-items-first-left {
- display: inline-block;
- color: #393939;
- font-size: 24px;
- margin-left: 14px;
- text-align: left;
- }
- .model-items-first-left-down {
- color: #7e7e7e;
- font-size: 18px;
- }
- .model-text-head {
- padding: 40px 50px;
- display: flex;
- color: #393939;
- font-size: 24px;
- justify-content: space-between;
- }
- .model-items-other {
- height: 60px;
- line-height: 60px;
- color: #393939;
- font-size: 20px;
- text-align: left;
- padding: 0 34px;
- }
- .model-active {
- background-color: #f6f7fb;
- }
- .model-active-last {
- border-radius: 0 0 30px 30px;
- background-color: #f6f7fb;
- }
- .model-items-left {
- width: 100%;
- color: #393939;
- font-size: 24px;
- }
- .buttonAppoval {
- display: inline-block;
- }
- .model-items-left-top {
- display: flex;
- justify-content: space-between;
- }
- .model-items {
- padding: 20px 0;
- display: flex;
- justify-content: space-between;
- display: inline-block;
- width: 100%;
- }
- .model-itemss {
- padding: 10px 0;
- display: flex;
- justify-content: space-between;
- display: inline-block;
- }
- .model-items-left-top-img {
- width: 68px;
- height: 68px;
- border-radius: 8px;
- position: relative;
- bottom: 25px;
- }
- .model-items-left-top-number {
- color: #7e7e7e;
- font-size: 18px;
- margin-left: 10px;
- }
- .today-time {
- color: #7e7e7e;
- font-size: 18px;
- margin: 0 20px;
- }
- .el-pagination {
- padding: 30px;
- }
- .no-homework {
- width: 16.5%;
- height: 328px;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 0px 14px 0px rgba(228, 228, 228, 1);
- border-radius: 10px;
- margin: auto;
- position: fixed;
- top: 27%;
- left: 41.75%;
- text-align: center;
- padding: 35px;
- z-index: 1000;
- display: none;
- }
- .no-homework > div {
- margin-bottom: 25px;
- font-size: 24px;
- }
- .no-homework > img {
- width: 226px;
- height: 203px;
- }
- .allocation-items {
- width: 45%;
- display: inline-block;
- margin-right: 20px;
- margin-bottom: 30px;
- }
- </style>
|