Commit a1c6b254 authored by zhengke's avatar zhengke

修改

parent 7ac5d93a
......@@ -41,13 +41,23 @@
学生人数
</q-th>
</template>
<template v-else-if="col.label=='学生升级'">
<q-th :key="col.name" :props="props" style="max-width:85px;text-align:center;">
学生升级
</q-th>
</template>
<template v-else-if="col.label=='学生旷课'">
<q-th :key="col.name" :props="props" style="max-width:85px;text-align:center;">
学生旷课
</q-th>
</template>
<template v-else-if="col.label=='上课时数'">
<q-th :key="col.name" :props="props" style="max-width:85px;text-align:center;">
上课时数
</q-th>
</template>
<template v-else-if="col.label=='续约(含留学)'">
<q-th :key="col.name" :props="props" style="max-width:70px;text-align:center;">
<q-th :key="col.name" :props="props" style="max-width:80px;text-align:center;">
续约<br />(含留学)
</q-th>
</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