Commit b821b3d9 authored by zhengke's avatar zhengke

1

parent 886de56a
......@@ -192,12 +192,7 @@
<q-item-label>状态变更</q-item-label>
</q-item-section>
</q-item>
<!-- <q-item clickable v-close-popup @click.stop="getStudent(props.row.ClassId)">
<q-item-section>
<q-item-label>未完成学员名单</q-item-label>
</q-item-section>
</q-item> -->
<q-item v-if="props.row.ClassStatus!=3" clickable v-close-popup @click="classApply(props.row.ClassId)">
<q-item v-if="props.row.ClassStatus==2" clickable v-close-popup @click="classApply(props.row.ClassId)">
<q-item-section>
<q-item-label>调课申请</q-item-label>
</q-item-section>
......
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