Commit 05523bc8 authored by liudong1993's avatar liudong1993

1

parent 5f13e1e4
......@@ -139,7 +139,7 @@
style="cursor: pointer;text-decoration: underline;"
@click="goUrlclass('/course/classManage', scope.row.ClassName)"
>{{ scope.row.ClassName }}</span>
{{ scope.row.ClassType == 1?'学生班':scope.row.ClassType == 2?'社会班':scope.row.ClassType == 3 ? '留学' :'' }}
{{ scope.row.ClassTypeName }}
<span
style="color: #409EFF;"
v-if="scope.row.IsContinueClass == 1"
......
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