1 |
- import{s as a}from"./index.module-6788eb0d-1716804210437.js";import{p as i}from"./api-47f42103-1716804210437.js";import{d as m,e as p,r as o,a as f,p as I,f as e,v as d,q as v,t as u}from"./index-89a10f63-1716804210437.js";import{C as g}from"./index-cb1d3ff1-1716804210437.js";import{d as b}from"./teacherIcon-b8e3946d-1716804210437.js";import{m as y,f as h}from"./maleIcon-3fe0e51e-1716804210437.js";import{P as q,E as x}from"./evaluationRecords-2d18e841-1716804210437.js";import"./index.module-fd323afa-1716804210437.js";import"./useECharts-d6b97e12-1716804210437.js";import"./index-5abfd2ea-1716804210437.js";import"./api-65c85acb-1716804210437.js";import"./dateFormat-0d9d6606-1716804210437.js";import"./index-53c88fc5-1716804210437.js";import"./index-9b6448e8-1716804210437.js";import"./use-async-910e9665-1716804210437.js";import"./index-55f3b566-1716804210437.js";import"./urlUtils-a03c114e-1716804210437.js";const U=m({name:"classStudentRecode",setup(B,{emit:N}){const s=p({studentInfo:{avatar:"",nickname:"",gender:null,subjectNames:""}}),r=o("textRcode"),t=f(),l=o([{name:"班级管理",path:"/classList"},{name:t.query.name,path:"/classDetail"},{name:t.query.studentName,path:"/classStudentRecode"}]),c=async()=>{console.log(t.query.studentId);try{const n=await i({id:t.query.studentId});s.studentInfo={...n.data}}catch(n){console.log(n)}};return I(()=>{c()}),()=>e("div",null,[e(g,{list:l.value},null),e("div",{class:a.listWrap},[e("div",{class:a.teacherList},[e("div",{class:a.teacherHeader},[e("div",{class:a.teacherHeaderBorder},[e(d,{class:a.teacherHeaderImg,src:s.studentInfo.avatar?s.studentInfo.avatar:b,previewDisabled:!0},null)])]),e("div",{class:a.workafterInfo},[e("h4",{class:a.studentGender},[s.studentInfo.nickname," ",e(d,{src:s.studentInfo.gender?y:h},null)]),e("p",null,[t.query.name," ",s.studentInfo.subjectNames?"|"+s.studentInfo.subjectNames:""])])]),e(v,{class:a.customTabs,value:r.value,"onUpdate:value":n=>r.value=n,size:"large",animated:!1,"pane-wrapper-style":"margin: 0 -4px","pane-style":"padding-left: 4px; padding-right: 4px; box-sizing: border-box;"},{default:()=>[e(u,{name:"textRcode",tab:"练习记录"},{default:()=>[e(q,{classGroupId:t.query.id,studentId:t.query.studentId},null)]}),e(u,{name:"evaluatingRcode",tab:"评测记录"},{default:()=>[e(x,{classGroupId:t.query.id,studentId:t.query.studentId},null)]})]})])])}});export{U as default};
|