Commit 6fdf9e41 authored by 黄奎's avatar 黄奎

页面修改

parent d94d65dc
......@@ -34,7 +34,7 @@
<q-td auto-width :props="props">
<q-avatar size="md" style="background:#d4dfff;color:#2961FE;font-weight:bold;" v-if="props.row.ClassName">
{{GetFirst(props.row.ClassName)}}</q-avatar>
<span style="color:#2961FE;margin-left:10px;" @click="getClassInfo(props.row)">{{props.row.ClassName}}</span>
<span style="color:#2961FE;margin-left:10px;cursor:pointer;" @click="getClassInfo(props.row)" title="点击查看详情">{{props.row.ClassName}}</span>
</q-td>
</template>
<template v-slot:body-cell-TeacherName="props">
......@@ -175,8 +175,6 @@
pageCount: 0,
classObjOption: null,
isShowClassInfo:false, //是否显示课程信息
classInfoObj:null,
}
},
created() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment