classStudentRecode-974cd4de-1725931823298.js 2.3 KB

1
  1. import{s as a}from"./index.module-7d86a2ea-1725931823298.js";import{p as i}from"./api-1a4fbf83-1725931823298.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-1805d5fa-1725931823298.js";import{C as g}from"./index-50742e26-1725931823298.js";import{d as b}from"./teacherIcon-b8e3946d-1725931823298.js";import{m as y,f as h,P as q,E as x}from"./evaluationRecords-165538f0-1725931823298.js";import"./index.module-c328a753-1725931823298.js";import"./useECharts-84e9f708-1725931823298.js";import"./index-a95973c3-1725931823298.js";import"./api-e8f8e911-1725931823298.js";import"./dateFormat-336d93c7-1725931823298.js";import"./index-292bf051-1725931823298.js";import"./index-bd0e0d9a-1725931823298.js";import"./use-async-eeaf6f3e-1725931823298.js";import"./index-3fde4c3d-1725931823298.js";import"./urlUtils-72ef455d-1725931823298.js";const M=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{M as default};