Commit aa2407f4 authored by zhengke's avatar zhengke

修改

parent 518462f4
...@@ -65,20 +65,12 @@ ...@@ -65,20 +65,12 @@
<div>{{item.EnterName}}</div> <div>{{item.EnterName}}</div>
<div style="margin-top: 10px">{{item.CreateTime}}</div> <div style="margin-top: 10px">{{item.CreateTime}}</div>
<template v-if="AuthorityObj.isShowName"> <template v-if="AuthorityObj.isShowName">
<div style="margin-top: 30px;margin-bottom: 10px">
<template v-if="item.OrderType==1">
班级
</template>
<template v-if="item.OrderType==2">
留学就业
</template>
</div>
<div style="font-weight: bold;color:#2961FE;cursor:pointer;" @click="getClassInfo(item)"> <div style="font-weight: bold;color:#2961FE;cursor:pointer;" @click="getClassInfo(item)">
{{item.ClassName}}</div> {{item.ClassName}}</div>
<div v-if="item.HelpEnterName"> <div v-if="item.HelpEnterName">
协助人员:{{item.HelpEnterName}} 协助人员:{{item.HelpEnterName}}
</div> </div>
<div> <div v-if="item.OpenTime">
开班时间:{{item.OpenTime}} 开班时间:{{item.OpenTime}}
</div> </div>
<div> <div>
......
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