import{s as a}from"./index.module-18dca782-1720699367816.js";import{p as i}from"./api-8195f6bd-1720699367816.js";import{d as m,e as p,r as o,a as f,q as I,f as e,w as d,t as v,v as u}from"./index-b48b51d2-1720699367816.js";import{C as g}from"./index-aeb65bef-1720699367816.js";import{d as b}from"./teacherIcon-b8e3946d-1720699367816.js";import{m as y,f as h}from"./maleIcon-3fe0e51e-1720699367816.js";import{P as q,E as x}from"./evaluationRecords-4f6e3d93-1720699367816.js";import"./index.module-c328a753-1720699367816.js";import"./useECharts-08a6985a-1720699367816.js";import"./index-966150e9-1720699367816.js";import"./api-ae9134d7-1720699367816.js";import"./dateFormat-e2371de5-1720699367816.js";import"./index-d625d9c9-1720699367816.js";import"./index-a2dc20f3-1720699367816.js";import"./use-async-6da85328-1720699367816.js";import"./index-3d012fb0-1720699367816.js";import"./urlUtils-72ef455d-1720699367816.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};