Commit 0ed441c5 authored by zhengke's avatar zhengke

修改

parent ea52ff3d
......@@ -132,8 +132,8 @@
</div>
</template>
<template v-if="item.OrderType==1">
<div v-if="item.CourseName">课程名称:{{item.CourseName}}</div>
<div v-if="item.CourseSubjectName">所属科目:{{item.CourseSubjectName}}</div>
<div v-if="item.CourseName">课程名称{{item.CourseName}}</div>
<div v-if="item.CourseSubjectName">所属科目<span style="color:green;">{{item.CourseSubjectName}}</span></div>
<div v-if="item.JoinType==2" style="color:red;cursor:pointer">
插班报入
  <q-tooltip :offset="[10, 10]">
......
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