1 |
- import{s as a}from"./index.module-42c945ce.js";import{p as i}from"./api-f6cfeba9.js";import{d as m,e as p,r as o,a as f,n as I,f as e,t as d,p as v,q as u}from"./index-e7035897.js";import{C as g}from"./index-80b20662.js";import{d as b}from"./teacherIcon-b8e3946d.js";import{m as y,f as h}from"./maleIcon-3fe0e51e.js";import{P as q,E as x}from"./evaluationRecords-2afa31be.js";import"./api-1309d06b.js";import"./useECharts-99709c5a.js";import"./index-94975ec6.js";import"./dateFormat-959146e7.js";import"./index-554b9640.js";import"./index-9e5d3d42.js";import"./index-76d4ecc3.js";import"./urlUtils-b7caaee8.js";const W=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{W as default};
|