Commit 3499e76a authored by zhengke's avatar zhengke

修改

parent 9c24ea16
...@@ -106,9 +106,9 @@ ...@@ -106,9 +106,9 @@
</q-card-section> </q-card-section>
<div style="margin:20px;border-bottom:1px solid #E2E2E2"> <div style="margin:20px;border-bottom:1px solid #E2E2E2">
<div class="apply_List" v-for="(item,index) in studentList" v-if="item.IsShow"> <div class="apply_List" v-for="(item,index) in studentList" v-if="item.IsShow">
<span style="width:10%">{{item.GuestName}}</span> <span style="width:15%">{{item.GuestName}}</span>
<span style="width:10%">{{item.SexStr}}</span> <span style="width:7%">{{item.SexStr}}</span>
<span style="width:10%">{{item.Age}}</span> <span style="width:8%">{{item.Age}}</span>
<span style="width:20%">{{item.Mobile}}</span> <span style="width:20%">{{item.Mobile}}</span>
<span style="width:20%"> <span style="width:20%">
<template v-if="item.ClassHours">已学:{{item.ClassHours}}课时</template> <template v-if="item.ClassHours">已学:{{item.ClassHours}}课时</template>
......
...@@ -116,9 +116,9 @@ ...@@ -116,9 +116,9 @@
</q-card-section> </q-card-section>
<div style="margin:20px;border-bottom:1px solid #E2E2E2"> <div style="margin:20px;border-bottom:1px solid #E2E2E2">
<div class="apply_List" v-for="(item,index) in studentList" v-if="item.IsShow"> <div class="apply_List" v-for="(item,index) in studentList" v-if="item.IsShow">
<span style="width:10%">{{item.GuestName}}</span> <span style="width:15%">{{item.GuestName}}</span>
<span style="width:10%">{{item.SexStr}}</span> <span style="width:7%">{{item.SexStr}}</span>
<span style="width:10%">{{item.Age}}</span> <span style="width:8%">{{item.Age}}</span>
<span style="width:20%">{{item.Mobile}}</span> <span style="width:20%">{{item.Mobile}}</span>
<span style="width:20%"> <span style="width:20%">
<template v-if="item.ClassHours">已学:{{item.ClassHours}}课时</template> <template v-if="item.ClassHours">已学:{{item.ClassHours}}课时</template>
......
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